-
Notifications
You must be signed in to change notification settings - Fork 132
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
fromFirstPosition does not start from actual first position in live DASH manifest (multi period live with SSAI) #1410
Comments
Hi, First sorry I know we had another channel of discussion and didn't take the time to answer there yet (I now just did a little late). As discussed, the first segment the RxPlayer can load is determined through a complex combination of multiple MPD attributes. The most important ones seen on the MPD you communicated were: the Here it seems that the I'm not convinced by the idea of indicating through some API that all segments seen in the initial MPD are all valid because of several issues:
So I would first prefer to exchange with the provider of this ad-insertion tool to be able to find a solution which would be more viable. |
@peaBerberian we are checking with the provider of the streaming platform in what way we can further "tweak" the streams in order to start at the beginning of the inserted pre-rolls ads. Once I have an update on this I will share the results. |
Background
we are working on a project with server-side ad insertion (for live streaming). In this case we will have a multi-period DASH stream where a period is inserted which will include the pre-roll ad. We would like to start the live stream from the beginning of the manifest (which is the beginning of the pre-roll ad).
Currently using Rxplayer v3
We are using
fromFirstPosition
for thestartAt
inLoadVideourl
options however we notice that the stream does not seems to start from the actual start moment and is 4-6 seconds away from this moment.Based on some discussion via Teams we found there are various calculations with rxplayer and safety margins taken into account to determine the start position. However we would like to have a way to force the player to start from the beginning of the live stream in order to playback the advertisement content from the start.
Would there be a way to accommodate this within rxplayer? Or a way to force the playback to the begin moment?
The text was updated successfully, but these errors were encountered: