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

Extend webhook to support bumpers #47

Open
birme opened this issue Apr 26, 2024 · 0 comments
Open

Extend webhook to support bumpers #47

birme opened this issue Apr 26, 2024 · 0 comments

Comments

@birme
Copy link
Contributor

birme commented Apr 26, 2024

We want to be able to support inserting bumpers that are not treated as an ad break. Depending on the feature described here Eyevinn/lambda-stitch#18 we need to construct the stitch-payload accordingly.

Extend the webhook interface:

export interface WebHookNextVodResponse {
  id: string;
  title: string;
  hlsUrl: string;
  prerollUrl?: string;
  prerollDurationMs?: number;
  bumperUrl?: string;
  bumperDurationMs?: number;
  desiredOffsetMs?: number;
  desiredDurationMs?: number;
}

This is required to resolve the feature request in EyevinnOSC/community#30

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