m3u8 icon indicating copy to clipboard operation
m3u8 copied to clipboard

SCTE35 - EXT-OATCLS-SCTE35 with EXT-X-CUE-IN

Open dmitry-seven opened this issue 2 years ago • 0 comments

some m3u8 playlists have the EXT-OATCLS-SCTE35 line both before EXT-X-CUE-OUT and before the EXT-X-CUE-IN tag, in fact they include data about the tag itself, here is an example from Amazon:

https://docs.aws.amazon.com/mediaconvert/latest/ug/sample-manifest-scte-35-enhanced-ad-markers.html

now, as soon as we catch EXT-OATCLS-SCTE35, state.scte.CueType = SCTE35Cue_Start and state.tagSCTE35 = true is set, so when parsing the playlist, the EXT-X-CUE-OUT insertion condition is always triggered and the EXT-X-CUE-IN insertion condition is never triggered.

without editing reader.go I do not understand how best to fix it

2022-01-05 19 56 00

dmitry-seven avatar Jan 05 '22 17:01 dmitry-seven