videojs/videojs-contrib-ads

Can preroll ads be played without any video content?

Opened this issue · 4 comments

This is more of a question than an issue! Sorry if this is not the right place to ask, couldn't find any other resource!

The answer was yes here! Closing this.

Nice, how did it work? If the solution makes sense maybe we can add it to the docs or as an example.

How i can do that ? can you give code example ?

I tricked videojs-contrib-ads to play ads without video content.

player.techCall_('play');
player.handleTechLoadStart_();