Timings of the mid-roll and overlay are relative to the start-time of the show stream.
The configuration for this example is:
flowplayer("a.example", "", {
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"shows": {
"streams": [
{
"file": "",
"startTime":"00:00:15",
"duration": "00:01:30"
}
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "",
"allowAdRepetition": true
}
],
"schedule": [
{
"zone": "5",
"position": "mid-roll",
"startTime": "00:00:05"
},
{
"zone": "33",
"position": "auto:bottom",
"width": 450,
"height": 50,
"startTime": "00:00:10",
"duration": "15"
},
{
"zone": "33",
"position": "auto:bottom",
"width": 450,
"height": 50,
"startTime": "00:00:35",
"duration": "15"
}
],
},
"debug": {
"levels": ""
}
}
}
});