VAST and Live Stream

VAST PLUGIN PRO

Playing and showing VAST ads when main video is live stream is slightly limited compared to VOD stream. The live stream video duration is infinitive, so this is not possible to play post-roll ad defined through VMAP with "end" time parameter.
WATERFALL ADS LLIVE ADS
EXAMPLE

LIVE STREAM AND MID-ROLL ADS

By default, it is not possible to calculate time position for mid-roll ads, possible to define through VMAP protocol. Default video currentTime for live stream is not the time of video playtime. It may not even start from 0 time position. It doesn't stop when the video is paused.

However the plugin from Nuevodevel.com includes an independent timer to count live stream play time from the moment when the use hit to play video. So it is possible to define mid-roll ad or even pods of multiple mid roll ads starting at desired time. Only percentage time is not allowed for obvious reason.
In the example above, you can see a single pre-roll video and after 45 seconds adpod of 2 mid-roll videos.

It is always possible to load another VAST Ad programmatically during playback at any time.
Request VAST

The newly loaded ad will replace the current ad. You need to remember to skip possible ad playing at the moment before you load new ad.
Code snippet
<script>
player.trigger('vast.adSkip');
player.vastAds ({tagURL: "vast-ad-tag-url" });
</script>
The VAST PRO plugin is a separate product for Nuevo software version minimum 10.0 licence holders.
Lifetime license per domain can be ordered upon first order, or any time later in client area.
Nuevo software GOLD plan users are entitled to an almost 40% discount off the basic price.