-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
HLS Interstitial: Add a way to configure 3rd party Asset List URLs #136
Comments
I like the idea of having stitcher insert date ranges without having to rely on its own asset list responses, went ahead and have a proof of concept available on a separate branch here: #138. However, in its current form, I don't think this will make it to the next alpha release for several reasons we need to tackle first:
Would be resolved to a single interstitial, with two assets behind that. Internally, it'll look like this (heavily simplified though):
Where as our own The API does not permit us to mix our own asset list in combination with a custom one, and I don't think it should. You wouldn't want to tell the stitcher to use solely "custom asset list urls" or the current way of working. Add a custom URL in the mix, and all of sudden we can come up with a situation that looks like this:
I'm not sure how that would fit in, as HLS has no way to specify multiple asset list endpoints for the same date range tag. There's a few angles to approach a "mixed" input. I'd love to hear your opinion on possible solutions, @nicolaslevy.
We can definitely use the separate branch to proceed with the SGAI summerproject. Is that OK for you? If you need help setting things up, you know where to find me. |
Currently, it is possible to add HLS interstitials in two ways:
It is proposed to support a configuration option where the user can input a third-party URL to retrieve the AssetList to be played. For this option, it will still be necessary to specify the moment within the main content when the interstitial should be played.
By adding this option, it will be possible to integrate superstreamer with the VAST-2-SGAI project.
The text was updated successfully, but these errors were encountered: