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 for basic vs extended format ? #161

Open
spiff-radio opened this issue Apr 11, 2023 · 1 comment
Open

Support for basic vs extended format ? #161

spiff-radio opened this issue Apr 11, 2023 · 1 comment

Comments

@spiff-radio
Copy link

spiff-radio commented Apr 11, 2023

Hi, I saw that a m3u8 file can be "basic" or "extended".

eg. A basic line for a track would be

#EXTINF:240,Artist - Title

While extended would be

#EXTINF:240,a=Artist,t=Title

Could your parser support this ?

By the way, I noticed title is not returned at all ?
Related to #158 ?

@gkatsev
Copy link
Member

gkatsev commented Apr 11, 2023

I'm not seeing anything related to this extended support in the HLS specification: https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis#section-4.4.4.1

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