videojs / videojs-contrib-ads

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

feat: outstream mode #569

Closed usmanonazim closed 5 months ago

usmanonazim commented 6 months ago

Description

An outstream player is used to show video ads exclusively and requires no regular content in between ad breaks. This PR enhances contrib-ads by introducing a new set of states to allow for 'outstream' players (ad only).

Changes introduced