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",
"schedule": [
{
"zone": "16",
"position": "pre-roll",
"tag": "../../../dist/templates/delivery-type/multi-delivery-types.xml"
}
]
},
"debug": {
"levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
}
}
</ova.json>
</config>