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 HLS versions 8 and above #91

Open
Osirisxxl opened this issue Mar 1, 2021 · 4 comments
Open

Support HLS versions 8 and above #91

Osirisxxl opened this issue Mar 1, 2021 · 4 comments

Comments

@Osirisxxl
Copy link

Osirisxxl commented Mar 1, 2021

Hello 👋

First of all, thanks for this lib which helped quite a bit so far 🎉

Do you @kuu have any plans to support the new versions described here : https://tools.ietf.org/html/draft-pantos-hls-rfc8216bis-08 ?
Latest version appears to be 10 and I would need it to parse the video-range tag.

Regards

@Osirisxxl Osirisxxl changed the title HLS versions 8 and above support Support HLS versions 8 and above Mar 1, 2021
@kuu
Copy link
Owner

kuu commented Mar 1, 2021

Thanks @Osirisxxl for the link. Looks interesting. Will check to see the diffs.

BTW, what do you mean by "the video-range tag"? Do you need "Playlist Delta Updates" described at 6.2.5.1?

@Osirisxxl
Copy link
Author

Hey, thanks for the quick answer 😊

I probably misused the tag name since it is called an attribute.
VIDEO-RANGE is a new attribute on EXT-X-STREAM-INF listed in https://tools.ietf.org/html/draft-pantos-hls-rfc8216bis-08#section-4.4.6.2 .

So far I don't think I would be interested in the Playlist Delta updates.
We are mostly using this as a descriptor for which files are used for one given video (different video qualities, audios and subtitles, but no ongoing playlist or such features).

Looking forward to your feelings about implementing these new versions!

@kuu
Copy link
Owner

kuu commented Mar 2, 2021

Thanks for clarifying that.
After checking the diffs, I realized there're a lot to do...
So, let me take incremental steps.
I've already implemented the the new attributes on EXT-X-STREAM-INF including VIDEO-RANGE (#93) and published it to npm as hls-parser@0.9.0
Please try and let me know if you find any bugs.

@Osirisxxl
Copy link
Author

I'll test this by the end of this week 👍

Thanks a lot!

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