globocom / m3u8

Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions
Other
2.03k stars 471 forks source link

Handle SCTE-35 Enhanced EXT-X-ASSET tags #293

Closed bbayles closed 2 years ago

bbayles commented 2 years ago

This PR builds on the "SCTE-35 Enhanced" support added in #288 and #290. Elemental's documentation details their expectations for the EXT-X-ASSET tag here and here.

mauricioabreu commented 2 years ago

Excellent! Thank you