This example plays 3 pre-roll ads sequentially before the main stream. At this time, mid-roll repeating ad slots is not supported by Flowplayer.
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 1 - Repeating Ad Positions
</ova.title>
<ova.json>
{
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php",
"allowAdRepetition": true
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll",
"repeat": 3
}
]
},
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
}
}
</ova.json>
</config>