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

Parsing malformed HLS causes crash #82

Open
dcoufal opened this issue Jan 27, 2020 · 0 comments
Open

Parsing malformed HLS causes crash #82

dcoufal opened this issue Jan 27, 2020 · 0 comments

Comments

@dcoufal
Copy link
Contributor

dcoufal commented Jan 27, 2020

(Note: Found in 1.x but should also check 2.x when fixing)

Parsing this playlist:

#EXTM3U
#EXT-X-VERSION:7
#EXT-X-PLAYLIST-TYPE:EVENT
#EXT-X-TARGETDURATION:3
#EXT-X-KEY:METHOD=AES-128,URI="http://myserver.com",IV=0x000102030aaaaccccccccbbbbb0d0e0f
#EXT-X-MAP:URI=\"http://myserver.com/init.mp4\"
#EXT-X-ENDLIST

Expected Behavior

Parse should succeed

Observed Behavior

Crash in HLSPlaylistStructure.rebuild()

Observed on device(s):

  • All devices

Observed on OS Version(s):

  • iOS 13.2
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