I'm building a videojs player that combines the base player with other plugins - youtube, playlist, playlist-ui. The example codepen is here: https://codepen.io/SubZer0-cp/pen/MWLYmbg
All three videos, when played directly on youtube.com, will show ads before the video starts. However, after using them in video.js, those ads wont play. A client of mine needs the default youtube ads to play as they are monetizing those videos.
How do i get to show the regular youtube ads when playing in videojs?
I'm building a videojs player that combines the base player with other plugins - youtube, playlist, playlist-ui. The example codepen is here: https://codepen.io/SubZer0-cp/pen/MWLYmbg
All three videos, when played directly on youtube.com, will show ads before the video starts. However, after using them in video.js, those ads wont play. A client of mine needs the default youtube ads to play as they are monetizing those videos.
How do i get to show the regular youtube ads when playing in videojs?
Thank you!!