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

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

Merged
merged 2 commits into from
Aug 20, 2022

Conversation

bbayles
Copy link
Contributor

@bbayles bbayles commented Aug 16, 2022

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.

@@ -711,6 +711,7 @@
#EXTINF:2.040,
master2500_47226.ts
#EXT-OATCLS-SCTE35:/DAlAAAAAAAAAP/wFAUAAAABf+//wpiQkv4ARKogAAEBAQAAQ6sodg==
#EXT-X-ASSET:GENRE=CV,CAID=12345678,EPISODE="Episode%20Name%20Date",SEASON="Season%20Name%20and%20Number",SERIES="Series%2520Name"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the example given here.

'#EXT-X-CUE-OUT-CONT'
)
assert cue_out_cont_line not in result
assert result.count(cue_out_line) == 1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The earlier version of this test meant to test that the EXT-OATCLS-SCTE35 tag wasn't repeated and didn't need to dictate the exact ordering of tags.

@mauricioabreu
Copy link
Member

Excellent! Thank you

@mauricioabreu mauricioabreu merged commit 078357f into globocom:master Aug 20, 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

Successfully merging this pull request may close these issues.

None yet

2 participants