A pre-roll is played before a show stream that starts 15 seconds in and runs for the remaining duration of the show.
The configuration for this example is:
flowplayer("a.example", "", {
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"shows": {
"streams": [
{
"file": "",
"startTime":"00:00:15"
}
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": ""
}
],
"schedule": [
{
"zone": "5",
"position": "post-roll"
}
],
},
"debug": {
"levels": ""
}
}
}
});