You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a custom player that utilizes this awesome library. (Thank for this btw ;) )
We are using VMAP to tell the IMA to play mid-roll ads every 5 minutes or so.
I'm currently using videoElement.currentTime = seekToTime to seek in video.
If the seeked time is bigger than a midroll cue point which havent been played then the midroll starts BUT only after like 2-3 seconds of playing the content video.
My question is if is there any solution/workaround for this issue?
Can i somehow manually play the smallest closest AD at a given cue point? So the content continues only after the ad played when seeking.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I'm building a custom player that utilizes this awesome library. (Thank for this btw ;) )
We are using VMAP to tell the IMA to play mid-roll ads every 5 minutes or so.
I'm currently using
videoElement.currentTime = seekToTime
to seek in video.If the seeked time is bigger than a midroll cue point which havent been played then the midroll starts BUT only after like 2-3 seconds of playing the content video.
My question is if is there any solution/workaround for this issue?
Can i somehow manually play the smallest closest AD at a given cue point? So the content continues only after the ad played when seeking.
Thanks!
The text was updated successfully, but these errors were encountered: