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!
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 = seekToTimeto 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!