14 streams, repeated (3 times) pre-rolls at 2, 4 and 7, mid-rolls at 5, 9, post-rolls at 5, 7 and 11 = 40 streams
The configuration for this example is:
flowplayer("a.example", "", {
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"shows": {
"baseURL": "",
"streams": [
{ "file":"" },
{ "file":"" },
{ "file":"" },
{ "file":"" },
{ "file":"" },
{ "file":"" },
{ "file":"" },
{ "file":"" },
{ "file":"" },
{ "file":"" },
{ "file":"" },
{ "file":"" },
{ "file":"" },
{ "file":"" }
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "",
"allowAdRepetition": true
}
],
"schedule": [
{
"zone": "19",
"position": "pre-roll",
"applyToParts": [2, 4, 7],
"repeat": 3
},
{
"zone": "19",
"position": "mid-roll",
"applyToParts": [5, 9],
"startTime": "00:00:05",
"repeat": 3
},
{
"zone": "19",
"position": "post-roll",
"applyToParts": [5, 7, 11],
"repeat": 3
}
]
},
"debug": {
"levels": ""
}
}
}
});