globocom / m3u8

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

Support EXT-X-CUE-OUT:Elapsed/Duration format #340

Closed bbayles closed 6 months ago

bbayles commented 11 months ago

This PR updates the EXT-X-CUE-OUT parsing function to support a format that I encountered in the wild.

Instead of the "SCTE-35 enhanced" style, which is already supported:

#EXT-X-CUE-OUT-CONT:ElapsedTime=$ELAPSEDTIME,Duration=$DURATION,SCTE35=$SCTE35

This has:

#EXT-X-CUE-OUT-CONT:$ELAPSEDTIME/$DURATION
bbayles commented 11 months ago

This is Elemental style, for what it's worth.

mauricioabreu commented 6 months ago

@bbayles sorry for the long delay. I'll do the best I can so it does happen again.

Good job!