This example illustrates support for the XML Wrapper element of the VAST standard. To see what an XML wrapper response looks like, click here.
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 1-01 - Single VAST 1.0 Wrapper
</ova.title>
<ova.json>
{
"shows": {
"streams": [
{
"file": "OVA_HTTP_SHOW_STREAM_1",
"duration":"00:00:20"
}
]
},
"ads": {
"servers": [
{
"type": "direct",
"apiAddress": "OVA_DIST_TEMPLATES_2wrapper/vast1-wrapper-to-vast1-ad.xml",
}
],
"companions": [
{ "id":"companion-300x250", "width":"300", "height":"250" }
],
"schedule": [
{
"zone": "46",
"position": "pre-roll"
}
]
},
"debug": {
"levels": "OVA_DEBUG"
}
}
</ova.json>
</config>