Ticket #196 (new defect)

Opened 3 years ago

Last modified 20 months ago

Multiple pre-rolls do not schedule properly

Reported by: paul Owned by: paul
Priority: blocker Milestone: OVA for JW5 (v1.0.1)
Component: OVA for JW Player 5 Version: OVA for JW Player 5 (trunk)
Keywords: Cc:
Forum thread:

Description

The following config does not seem to playback properly:

{
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": " http://openx.openvideoads.org/openx/www/delivery/fc.php",
"allowAdRepetition": true
}
],
"displayCompanions": true,
"companions": [
{ "id":"companion", "width":"150", "height":"360" }
],
"schedule": [
{
"zone": "4",
"position": "mid-roll",
"startTime": "00:00:10",
},
{
"zone": "4",
"position": "mid-roll",
"startTime": "00:00:25",
},
{
"zone": "4",
"position": "mid-roll",
"startTime": "00:00:45",
}
]
},

"debug": {
"debugger": "firebug",
"levels":"fatal, config, vast_template, segment_formation"
}
}

Reported by MTS in the forum:

 http://www.longtailvideo.com/support/forums/open-video-ads/ova-for-jw-player/15272/black-screen-after-the-mid-roll-ad

Change History

comment:1 Changed 20 months ago by paul

  • Milestone changed from OVA for JW Player 5 (1.0) to OVA for JW5 (Development)
Note: See TracTickets for help on using tickets.