The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 5 - VAST FLV RTMP Media Files Without File Markers - Streamers Specified
</ova.title>
<ova.json>
{
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
},
"ads": {
"streamers": [
{
"netConnectionAddress": "rtmp://ne7c0nwbit.rtmphost.com/videoplayer",
"removeFilenameExtensions": [ "flv" ],
"addFilenamePrefixes": [ "mp4" ]
},
{
"netConnectionURL": "rtmp://another-ad-streamer.com/ads"
}
],
"schedule": [
{
"position": "pre-roll",
"tag": "../../../dist/templates/rtmp-ads/vast1-flv-no-markers.xml"
}
]
}
}
</ova.json>
</config>