Example 5 (RTMP) - 1 stream with a pre, mid and post-roll

1 show stream limited to 60 seconds in duration with a pre-roll, mid roll (10 seconds into the show stream) and a post-roll ad

A COMPANION ADVERTISEMENT WILL APPEAR IN HERE

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 5 (RTMP) - 1 stream with a pre, mid and post-roll
   </ova.title>
   <ova.json>
       {
            "ads": {
                "servers": [
                    {
                       "type": "OpenX",
                       "apiAddress": "OVA_OPENX_API"
                    }
                ],
                "displayCompanions": true,
                "companions": [
                    { "id":"companion", "width":"150", "height":"360" }
                ],
                "schedule": [
                    {
                       "zone": "1",
                       "position": "pre-roll",
                       "playOnce": true
                    },
                    {
                       "zone": "4",
                       "position": "mid-roll",
                       "startTime": "00:00:10",
                       "playOnce": true
                    },
                    {
                       "zone": "1",
                       "position": "post-roll",
                       "playOnce": true
                    }
                ]
            },

            "debug": {
                "debugger": "firebug",
                "levels":"OVA_DEBUG"
            }
       }
   </ova.json>
</config>