-
Notifications
You must be signed in to change notification settings - Fork 100
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
EXT-X-BYTERANGE parsing incorrect when offset not present #78
Comments
Hi, |
A fix is in progress: #98 |
PR #98 fixes this issue for me; can we resolve this and publish a new release? |
Is this released? |
Sorry for the delay, published as v4.4.3 |
@gesinger Thanks! sorry for my ignorance, we use videojs with eme plugin. Does this m3u8 parser get bundled into videojs? |
We'll have to get the new version into https://github.com/videojs/http-streaming, but we should be doing that soon. |
The
offset
portion of theEXT-X-BYTERANGE
tag is optional, and should be calculated using the previous segment's offset and bytelength, however the parser currently just assumes a missing offset should default to 0.https://tools.ietf.org/html/draft-pantos-http-live-streaming-23#section-4.3.2.2
The text was updated successfully, but these errors were encountered: