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.
1 Answer
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: