VAST video ads between each video in a playlist

I am using Video.js and trying to figure out a way to create a playlist that plays VAST ads between each video in the playlist.

I have defined these plugins to help:

https://github.com/tim-peterson/videojs-playlist

https://github.com/PetroFrolov/vast-video-js

In addition, I would like to hide the video on YouTube as a “source” using this:

(link removed) - eXon plugin

Anyone have any ideas about the settings needed for this?

+4
source share
1 answer

Interestingly, you tried to add ads to the playlist with some that will be implemented later? ad? attribute?

Thus, the actual playlist will be converted from the original.

+1
source

Source: https://habr.com/ru/post/1489189/


All Articles