videojs / videojs-contrib-ads

A Tool for Building Video.js Ad Plugins
http://videojs.github.io/videojs-contrib-ads/
Other
384 stars 257 forks source link

Can preroll ads be played without any video content? #459

Closed ghost closed 5 years ago

ghost commented 5 years ago

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!

ghost commented 5 years ago

The answer was yes here! Closing this.

incompl commented 5 years ago

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

TunayNovruz commented 5 years ago

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

ybbarng commented 4 years ago

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

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