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

Append all matching alternatives to variant #180

Open markniebur opened 2 years ago

markniebur commented 2 years ago

Before this fix, the m3u8 lib only appended alternatives that appeared in the playlist directly before a variant. This broke alternative audio processing since these are typically declared all at once at the top of the playlist (see https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis#section-9.6). This fixes #160 and #96.

markniebur commented 2 years ago

DeepSource does not like some code that has not changed.