A pre-roll is played before a show stream that starts 15 seconds in and runs for the remaining duration of the show.
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 4 - A post-roll on a show stream with a start time but no duration
</ova.title>
<ova.json>
{
"shows": {
"streams": [
{
"file":"OVA_HTTP_SHOW_STREAM_1",
"startTime": "00:00:15"
}
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "OVA_OPENX_API"
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll"
}
]
},
"debug": {
"debugger": "firebug",
"levels": "OVA_DEBUG"
}
}
</ova.json>
</config>