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

#EXT-X-PLAYLIST-TYPE parsing broken #12

Closed
kz26 opened this issue Nov 6, 2014 · 1 comment
Closed

#EXT-X-PLAYLIST-TYPE parsing broken #12

kz26 opened this issue Nov 6, 2014 · 1 comment
Labels

Comments

@kz26
Copy link
Contributor

kz26 commented Nov 6, 2014

Consider the following playlist:

#EXTM3U
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-TARGETDURATION:15
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:5,
0.ts
#EXTINF:5,
1.ts
#EXTINF:5,
2.ts
#EXTINF:12,
3.ts
#EXT-X-ENDLIST

Calling m3u8.DecodeFrom() results in the error "bad verb %s for integer".

@kz26 kz26 changed the title #EXT-X-PLAYLIST-TYPE:VOD parsing broken #EXT-X-PLAYLIST-TYPE parsing broken Nov 6, 2014
@kz26
Copy link
Contributor Author

kz26 commented Nov 7, 2014

Fixed in #13.

@kz26 kz26 closed this as completed Nov 7, 2014
@grafov grafov added the bug label Nov 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants