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

fix: muted ads #566

Closed harisha-swaminathan closed 9 months ago

harisha-swaminathan commented 9 months ago

Contrib-ads attempts to mute the player behind the ad for stitched ads and this causes all ads to play muted. Proposed fix is to add a check (!player.ads.settings.stitchedAds)for stitched ads before muting the player.