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

Stitch segment that is not a break #18

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

Stitch segment that is not a break #18

birme opened this issue Apr 26, 2024 · 0 comments

Comments

@birme
Copy link
Contributor

birme commented Apr 26, 2024

Add the option to stitch a segment that is not a break. It should be handled the same way as a break in terms of the stitching but no Ad avail makers should be inserted in this case.

It should also be possible to combine an array of segments with array of breaks. Suggested example payload:

{
  "uri": "https://maitv-vod.lab.eyevinn.technology/VINN.mp4/master.m3u8",
  "segments": [
    { "pos": 0, "duration": 5000, "url": "https://maitv-vod.lab.eyevinn.technology/preroll/test-5s.mp4/master.m3u8" }
  ],
  "breaks": [
    { "pos": 5000, "duration": 15000, "url": "https://maitv-vod.lab.eyevinn.technology/ads/apotea-15s.mp4/master.m3u8" }
  ]
}

This feature is needed to resolve the 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