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
Hello,
many thanks for sharing this library!
Since version v0.11.2 decoding a MediaPlaylist panics with the error message: "index out of range [0] with length 0"
Steps to reproduce:
const manifest = `#EXTM3U #EXT-X-TARGETDURATION:6 #EXT-X-MEDIA-SEQUENCE:419978785 #EXT-X-VERSION:3 #EXT-X-KEY:METHOD=NONE #EXTINF:4, path/to/segment_419978785.ts #EXTINF:4, path/to/segment_419978786.ts #EXTINF:4, path/to/segment_419978787.ts #EXTINF:4, path/to/segment_419978788.ts #EXTINF:4, path/to/segment_419978789.ts ` _, _, err := m3u8.DecodeFrom(strings.NewReader(manifest), true)
The text was updated successfully, but these errors were encountered:
go get -u github.com/grafov/m3u8@master master it fixed.
Sorry, something went wrong.
Thank you. I set up tags properly. Latest version where the bug was fixed is v0.11.3.
No branches or pull requests
Hello,
many thanks for sharing this library!
Since version v0.11.2 decoding a MediaPlaylist panics with the error message: "index out of range [0] with length 0"
Steps to reproduce:
The text was updated successfully, but these errors were encountered: