
Use javascript API to seek without trigger scheduled ads?
Hello JW,
My service tracks where users left off in a video, and I want to seek to that point in the video when they return. I have several ad breaks scheduled throughout the video. Let's say I have an ad break at 60 seconds, and I want to seek to 180 seconds. The ad is triggered, then playback is resumed at 180. I would rather seek to 180 with the ad break left untriggered.
Currently, I am avoiding this by not scheduling ads if adbreak < resumeTime. I would like to schedule all ad breaks, so if a user seeks to the start of a movie, ads will play in their scheduled slot.
Is there a way (javascript API) to seek past an ad break without triggering that ad? Is a fully custom workaround using playAd() my only solution?
Thanks for your help.