The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 2 (RTMP) - A pre-roll ad with a show stream
</ova.title>
<ova.json>
{
"debug": {
"debugger": "firebug",
"levels": "OVA_DEBUG"
},
"ads": {
"playOnce": false,
"servers": [
{
"type": "OpenX",
"apiAddress": "OVA_OPENX_API"
}
],
"schedule": [
{
"zone": "1",
"position": "pre-roll"
}
]
}
}
</ova.json>
</config>