Ticket #196 (new defect)
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:
