We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: