0

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.

candy
  • 1
  • 1

1 Answers1

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:

https://code.djangoproject.com/ticket/22479

Community
  • 1
  • 1
turbotux
  • 422
  • 2
  • 11