Closed Pong420 closed 6 years ago
The adsready event is just for preroll handling. I suggest opening an issue with videojs-ima.
When you say ended event is not immediate after calling nopostroll, do you mean that it is delayed or that it never happens? Which version of videojs-contrib-ads are you using?
player.on("contentended", function(){
player.trigger("nopostroll")
// ended event is not received at this moment, until content playback ended again
})
i am using videojs-contrib-ads 6.0.0
For the nopostroll issue, here is the issue in videojs-ima to track that enhancement on their side: https://github.com/googleads/videojs-ima/issues/567
I don't see an issue there about adsready / postrolls, so I still suggest opening one. I'm closing this issue because there aren't any changes needed on the contrib-ads side.
Description
I am using
videojs-ima
to handle postroll and receive below warningIs
onAdsReady
function missing inPostroll
or we should not fireadsready
event on postrollDemo
Another question, fire
nopostroll
event whencontentend
will not receiveeneded
event immediatelyVersions
videojs-contrib-ads version: 6.0.0
Video-js version: 6.7.4
Other plugins: videojs-ima