Open JonasWater opened 1 year ago
Are you triggering 'adsready'
after source change? See relevant docs on 'contentchanged'
and 'adsready'
.
If you are not able to resolve this it would be helpful if you could share a test page so we can see your specific implementation.
I found that the preroll check will be performed every time the video source is switched, even if it has already successfully loaded an ad? It alwaystakes several seconds(equal the prerollTimeout) to wait every time, which is not friendly to users.
So, how to avoid preroll checks every time when change video source src?
Thank for your help~