You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Range headers allow the browser to only receive some part of a file.
Useful if you want to serve videos while developing with devd, especially DASH videos: I tried to use shaka player with devd, but it needs range headers when downloading parts of the mp4 files, otherwise it throws an error.
The text was updated successfully, but these errors were encountered:
Hi. I'd pull a patch that implements this, but it's fair bit of work. There are also some subtleties to do with range headers and proxying upstream services, and our injection mechanism.
This is sufficient to allow efficient media streaming.
Specifically, these two header forms are supported for content that does
not have an injector:
Range: bytes N-
Range: bytes N-M
Partial fix for cortesi#42
Range headers allow the browser to only receive some part of a file.
Useful if you want to serve videos while developing with devd, especially DASH videos: I tried to use shaka player with devd, but it needs range headers when downloading parts of the mp4 files, otherwise it throws an error.
The text was updated successfully, but these errors were encountered: