-
Notifications
You must be signed in to change notification settings - Fork 133
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
[QUESTION] SGAI integration #1577
Comments
Hi, I've vaguely heard of SGAI but as it wasn't a subject for us until now, I'm not sure of what it implies for an MSE player. Do you know of other players handling SGAI, so we may see what they did to support it? |
So far it is something new for me too :D |
Ok, I have something, about SGAI integration and player integration sample, shaka player: Some structures samples, they can be 100% right and it is more a mock: Example with live playback: when the presentation time-point reached 60 seconds, an event is dispatched to change to a different manifest pointed by the URL in Event's CDATA.
Example VOD (based on Shaka code): two 5 second long interstitials, one at 10s and one at 20s. This example shows that json could be embedded directly in the manifest:
|
Hi,
I have a question about SGAI integration, what is the best approach to integrate that with RxPlayer?
So far I parse mpd to get periods and ads but then I need to do a call loadVideo with ad.
Is there any better way than this? I've tried with segmentsLoader overwrite and separately downloaded ad as buffer array and pass it as next segment, but it doesn't work.
I will appreciate for help ;)
The text was updated successfully, but these errors were encountered: