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.23k stars 315 forks source link

Support for EXT-X-INDEPENDENT-SEGMENTS tag #128

Closed mlafeldt closed 5 years ago

mlafeldt commented 5 years ago

As defined here: https://tools.ietf.org/html/rfc8216#section-4.3.5.1

Fixes #103

cc @mthie @Luzifer

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.3%) to 72.056% when pulling 1b8a1e7795668293a5a8fae30c65de654b3d5903 on mlafeldt:EXT-X-INDEPENDENT-SEGMENTS into 94253f1561f8ad77cc08ed461bc07aaf680ca742 on grafov:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.3%) to 72.056% when pulling 1b8a1e7795668293a5a8fae30c65de654b3d5903 on mlafeldt:EXT-X-INDEPENDENT-SEGMENTS into 94253f1561f8ad77cc08ed461bc07aaf680ca742 on grafov:master.

leikao commented 5 years ago

Thank you @mlafeldt . LGTM, we can to close #103