Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dmitry-seven opened this issue Jan 5, 2022 · 0 comments
Open

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

dmitry-seven opened this issue Jan 5, 2022 · 0 comments

Comments

@dmitry-seven
Copy link

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 dmitry-seven changed the title SCTE35 - EXT-OATCLS-SCTE35 before EXT-X-CUE-IN SCTE35 - EXT-OATCLS-SCTE35 with EXT-X-CUE-IN Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant