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 11 - Filtering Accepted Non-Linear Ad Mime Types
</ova.title>
<ova.json>
{
"ads": {
"acceptedNonLinearAdMimeTypes": [ "video/x-flv" ],
"filterOnNonLinearAdMimeTypes": true,
"servers": [
{
"type": "OpenX",
"apiAddress": "OVA_OPENX_API"
}
],
"schedule": [
{
"zone": "28",
"startTime": "00:00:05",
"position": "auto:bottom",
"duration": "recommended:10"
}
]
},
"debug": {
"debugger": "firebug",
"levels": "OVA_DEBUG"
}
}
</ova.json>
</config>