This example illustrate how to restrict video selection based on mime-type - 'video/x-flv' in this case.
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 12 - Selection based on delivery type
</ova.title>
<ova.json>
{
"ads": {
"deliveryType": "progressive",
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"schedule": [
{
"zone": "16",
"position": "pre-roll"
}
]
},
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
}
}
</ova.json>
</config>