[Answer]-Python, Django – private media streaming and prevent hijacking

1👍

There are many ways and formats to get video streaming.

I don’t know anything ready to use for live video streams, but if you just going to serve .mp4 files and images, you can check the permissions on django side and then serve the content from nginx

https://wellfire.co/blog/nginx-django-x-accel-redirects/

or https://github.com/johnsensible/django-sendfile

Leave a comment