Hi,
I am using following OVA file to run pre-mid-post roll ads from direct ad server. Pre-roll and post-roll are working fine. Problem came after adding mid-roll. Mid-roll is serving with post-roll ad at the end of video run.
Sorry for not providing test url as i am configuring it at test server and will share live url very shortly.
Thanks and regards,
Rashmi
<config>
<ova.title>Desitara VAST Ads</ova.title>
<ova.json>
{
"overlays": {
"regions": [
{
"id": "bottom",
"verticalAlign": "bottom",
"horizontalAlign": "center",
"backgroundColor": "#000000",
"width": 450,
"height": 50
}
]
},
"ads": {
"pauseOnClickThrough": true,
"schedule": [
{
"position": "pre-roll",
"notice": {
"show": true,
"region": "my-ad-notice",
"message": "PRE...This advertisement will be closed in _countdown_ seconds"
},
"server": {
"type": "direct",
"tag": "http://d7.zedo.com/jsc/d8/fns.vast?n=1094__amp__c=66__amp__d=24__amp__s=0__amp__v=vast2__amp__z=__am..."
}
},
{
"position": "mid-roll",
"startTime": "00:00:30",
"playOnce": true,
"notice": {
"show": true,
"region": "my-ad-notice",
"message": "MID...This advertisement will be closed in _countdown_ seconds"
},
"server": {
"type": "direct",
"tag": "http://d7.zedo.com/jsc/d8/fns.vast?n=1094__amp__c=66__amp__d=24__amp__s=0__amp__v=vast2__amp__z=__am..."
}
},
{
"position": "post-roll",
"notice": {
"show": true,
"region": "my-ad-notice",
"message": "POST ..This advertisement will be closed in _countdown_ seconds"
},
"server": {
"type": "direct",
"tag": "http://d7.zedo.com/jsc/d8/fns.vast?n=1094__amp__c=68__amp__d=24__amp__s=0__amp__v=vast2__amp__z=__am..."
}
}
]
},
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template"
}
}
</ova.json>
</config>
Hi Rashmi,
I think i'm definitely going to have to see this running in your environment - so as soon as you have the test URL let me know and i'll look straight away.
Also, can you configure the debug levels to:
"fatal, config, vast_template, playlist, segment_formation"
So I can see a little more of what's going on with your setup... ?
Also, what's your playlist/stream declaration look like? Do you have a duration specified for the show stream in the JW player config?
Paul