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
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 5 (HTTP) - 1 stream with a pre, mid and post-roll
</ova.title>
<ova.json>
{
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php",
"allowAdRepetition": true
}
],
"displayCompanions": true,
"companions": [
{ "id":"companion", "width":"150", "height":"360" }
],
"schedule": [
{
"zone": "17",
"position": "pre-roll",
"playOnce": true
},
{
"zone": "17",
"position": "mid-roll",
"startTime": "00:00:10",
"playOnce": true
},
{
"zone": "17",
"position": "post-roll",
"playOnce": true
}
]
},
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
}
}
</ova.json>
</config>