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

Insert SCTE-35 Messages in Manifest to Communicate Adbreaks to MediaPackage #3

Closed
Nfrederiksen opened this issue Dec 7, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Nfrederiksen
Copy link
Contributor

MediaPackage will add Ad breaks and related tags to the output streams, based on the input stream's SCTE-35 messages.
Supported SCTE-35 messages are documented here: https://docs.aws.amazon.com/mediapackage/latest/ug/scte.html

Currently, no SCTE-35 messages are included in hls-pull-push's uploaded manifests.

We need to add SCTE-35 messages based on the original Ad metadata and generate an updated manifest.
Perhaps, we need to build a separate function to generate a manifest, instead of reusing the function GenerateMediaM3U8(...).
That way we don't need to make another update to eyevinn/hls-recorder

@Nfrederiksen Nfrederiksen added the enhancement New feature or request label Dec 7, 2021
@Nfrederiksen Nfrederiksen self-assigned this Dec 7, 2021
@birme
Copy link
Contributor

birme commented Dec 10, 2021

I think the pull/push should only ensure to pass-through. It should be the source to accommodate for this, for example the VOD2Live channel engine.

@birme birme closed this as completed Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants