Saturday, December 27, 2014

Serving mov file with Django

I want to serve an mov file on the file system with Django the way Apache would. IBe managed to serve the file as a download but I'm looking to stream it so it plays in browser. I want to avoid setting up a alias in Apache. Though it's a static file I need to stream it securely based on the user. Is that possible?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a460209c-8448-4306-97a2-a3c961c18bf2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment