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

fix: use android compatible base64 string for outstream mode #571

Closed usmanonazim closed 3 months ago

usmanonazim commented 3 months ago

Update contrib-ads implementation of the outstream player by changing the base64 string used to fake video content. The current string used works on all devices besides new androids (ie google pixels). This updated string work on on the newer android devices as well 👍