Example 1 - A pre-roll with companion before a live stream

This example illustrates how to deliver linear advertising (with a companion) before or after a live stream. Mid-roll linear ads are not supported on live streams at this time.

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 1.11 - A pre-roll before a live stream
   </ova.title>
   <ova.json>
       {
           "blockUntilOriginalPlaylistLoaded": true,
           "ads": {
               "vpaid": {
                 "holdingClipUrl": "http://static.openvideoads.org/ads/blank/blank-pixel.jpg"
               },
               "schedule": [
                   {
                      "position": "pre-roll",
                      "tag": "../../../dist/templates/ad-servers/eyewonder/vpaid-linear-01.xml"
                   }
               ]
            },

            "debug": {
               "debugger": "firebug",
               "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
            }
       }
   </ova.json>
</config>