iOS: Specific ads break seeking in main video's
See original GitHub issueIf I use the following adtag:
https://search.spotxchange.com/vast/2.0/85394?VPAID=js
something goes wrong when the ad finishes playing on iOS. I can not seek ahead in the video, until the video has actually played to that point (i.e. I can not seek from 10s to 20s if the video has only played until 10s). I can however seek back.
This seems to be the case for all ads from SpotXchange, but I can find no reason why this happens. Even setting the currentTime
on player.tech_.el_
does not work…
Things I have found:
- It does not go wrong with the IMA SDK itself, i.e. it seems to be tied to either this plugin or video.js
- It does not happen with other adtags
- It only happens on iOS (both iPad and iPhone)
I hope anyone has any clue what is happening, because I am stuck here 😢
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Ad Breaks | Cast - Google Developers
It provides two ways to incorporate ad breaks on the receiver: client-side and server-side stitching using breaks and break clips.
Read more >Hide ads and distractions in Safari on iPad - Apple Support
Hide ads and distractions in Safari on iPad. In the Safari app , use Safari Reader to view a page without ads, navigation...
Read more >Facebook eliminates ad breaks on short videos, but expands ...
Facebook users will soon be seeing fewer ads of one kind only to see more of another. Facebook is upping the video length...
Read more >In-app advertising done right: The complete guide | AppsFlyer
In this guide, we will explore how IAA works, its different pricing models, creative formats, and some best practices to help you make...
Read more >There's a simple trick to watch YouTube videos without any ads
With a quick, slight alteration of the URL, you can watch videos ... no hostname match on the browser so no cookies and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the update - it looks like this is an SDK issue - I’m able to repro on an SDK sample page without the video.js plugin. We have some logic that prevents users from seeking through an ad, and I think for some reason this logic is not being killed when this particular ad completes. I’ve opened an issue with the IMA SDK team and I’ll update here when that gets resolved.
Closing this out since it’s resolved from my end - if you’re still seeing the issue feel free to re-open or start a new issue. Thanks!