Example 6 (RTMP) - A pre-roll with companion and a show stream

A RTMP pre-roll ad with an accompanying companion banner being shown for the duration of the pre-roll.

A COMPANION ADVERTISEMENT WILL APPEAR IN HERE

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 6 (RTMP) - A pre-roll with companion and a show stream
   </ova.title>
   <ova.json>
       {
            "ads": {
                "servers": [
                    {
                       "type": "OpenX",
                       "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                    }
                ],

               "displayCompanions": true,
               "companions": [
                    { "id":"companion", "width":"150", "height":"360" }
               ],

               "schedule": [
                    {
                       "zone": "4",
                       "position": "pre-roll",
                       "playOnce": true
                    }
               ]
            },

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