How to Stream VOD on Django with Nginx-rtmp -
i have problem when try stream vod on django. have been follow link streaming vod nginx-rtmp-module , succeeded: https://helping-squad.com/setup-a-simple-video-on-demand-server-with-nginx-rtmp/
so after that, install django follow this: https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04
and problem jwplayer has notified me "error loading stream: not connect server" im fresher don't know should do.
i have resolved problem edit file nginx.conf in /usr/local/nginx same myproject file in /etc/nginx/sites-avaiable. after that, turn off nginx systemctl stop nginx , start nginx usr/local/nginx/sbin/nginx. it's worked.
Comments
Post a Comment