1 stream with an overlay = 1 streams. Overlay starts at 5 seconds into the stream running for 5 seconds.
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
1 stream with a post-roll
</ova.title>
<ova.json>
{
"shows": {
"baseURL": "http://streaming.openvideoads.org/shows",
"streams": [
{ "file":"the-black-hole.mp4" }
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php",
"allowAdRepetition": true
}
],
"schedule": [
{
"zone": "30",
"startTime": "00:00:05",
"duration": 5,
"width": 450,
"height": 50
}
]
},
"debug": {
"levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
}
}
</ova.json>
</config>