grafov / m3u8

Parser and generator of M3U8-playlists for Apple HLS. Library for Go language. :cinema:
http://tools.ietf.org/html/draft-pantos-http-live-streaming
BSD 3-Clause "New" or "Revised" License
1.22k stars 312 forks source link

Add support for EXT-X-INDEPENDENT-SEGMENTS in media playlists #210

Closed mokeko closed 4 months ago

mokeko commented 4 months ago

Previously, support for the EXT-X-INDEPENDENT-SEGMENTS tag was added in master playlists in https://github.com/grafov/m3u8/pull/128 . This PR extends support for this tag to media playlists as well, since they can also include this tag.