iheartradio / open-m3u8

Open Source m3u8 Parser
Other
245 stars 94 forks source link

EXT-X-START only works for media playlists #20

Closed Wopple closed 7 years ago

Wopple commented 8 years ago

The EXT-X-START is allowed in both master and media playlists:

http://tools.ietf.org/html/draft-pantos-http-live-streaming-17#section-4.3.5.2

Currently, the parser will only handle this tag for media playlists. It will actually prevent master playlists from being parsed if it appears in a master playlist.