Can preroll ads be played without any video content?
Opened this issue · 4 comments
Deleted user commented
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!
Deleted user commented
The answer was yes here! Closing this.
incompl commented
Nice, how did it work? If the solution makes sense maybe we can add it to the docs or as an example.
TunayNovruz commented
How i can do that ? can you give code example ?
ybbarng commented
I tricked videojs-contrib-ads to play ads without video content.
player.techCall_('play');
player.handleTechLoadStart_();