Hi,
I use Google IMA to display ads before video but sometimes when I call adsManager.start() the ads begins (whith sound) but without the video.
It appears when the tag is also using Google IMA.
I try to respect IAB Protocol :
First of all, I call adsLoader.requestAds() on the tag
Then I call adsManager.init().
When I received AdLoaded event I trigger an AdLoaded event to the player.
And then the player call the startAd function.
In this function I do : adsManager.start().
Everything works well except if the tag is a VPAID using Google IMA Manager.
Do I forget something ?
Or maybe an Google IMA Manage can't call another Google IMA MAnager ?
Thanks for all,