A mid-roll will play 10 seconds into the show stream (start time is absolute to 00:00:00).
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 8 - A mid-roll on a flashvar defined stream with a start time and duration
</ova.title>
<ova.json>
{
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
},
"ads": {
"playOnce": false,
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"schedule": [
{
"zone": "5",
"position": "mid-roll",
"startTime": "00:00:40"
}
]
}
}
</ova.json>
</config>