When I run Django in local mode using the runserver command video files can not be loaded in the browser. All other static files, such as images, javascript and css, serve fine.
Asked
Active
Viewed 54 times
0
-
Can you please add your error stacktrace in the question? – Rod Xavier Feb 27 '17 at 02:52
-
Are the videos uploaded or put as static files (resources)? – ddalu5 Feb 27 '17 at 10:29
1 Answers
1
Duplicate to Django runserver - can't serve video files
The answer it that Django's runserver does not support byte range requests. See this thread:
https://groups.google.com/forum/#!msg/django-developers/NZ1qTkZ6vok/fhdz7rTtL1EJ
And this ticket: