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:
flowplayer("a.example", "", {
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"shows": {
"baseURL": "",
"streams": [
{ "file":"" }
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "",
"allowAdRepetition": true
}
],
"schedule": [
{
"zone": "30",
"startTime": "00:00:05",
"duration": 5,
"width": 450,
"height": 50
}
]
},
"debug": {
"levels": ""
}
}
}
});