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

System.FormatException: Playlist missing required EXT-X-VERSION tag. #10

Open
stambunan opened this issue Oct 27, 2020 · 0 comments
Open

Comments

@stambunan
Copy link

A format exception is currently being thrown when the EXT-X-VERSION tag is not included in the response for a Master Playlist. Looking at the specification, it seems that this is an optional tag which should only be available when tags or attributes that are not compatible with protocol version 1 is used.
https://tools.ietf.org/html/rfc8216#section-7

Sample master playlist without the EXT-X-VERSION tag
https://tools.ietf.org/html/rfc8216#section-8.4

Can we update the check so it does not enforce an EXT-X-VERSION check on https://github.com/tmk907/PlaylistsNET/blob/master/PlaylistsNET/Content/HlsContent.cs#L33 ?

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

1 participant