Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support range headers #42

Open
idlewan opened this issue Feb 12, 2016 · 1 comment
Open

Support range headers #42

idlewan opened this issue Feb 12, 2016 · 1 comment

Comments

@idlewan
Copy link

idlewan commented Feb 12, 2016

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.

@cortesi
Copy link
Owner

cortesi commented Mar 21, 2016

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.

rmmh added a commit to rmmh/devd that referenced this issue Apr 23, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants