Hi,
I am trying out the latest OVA (RC6) and can't find how to make the JW player (5.8) play several ads in the mid-roll.
Here's the tag, you can copy-paste it into the browser and see what it returns - several Ads basically that are supposed to be played one after the other and upon completion of the last one the video should resume:
http://e2.emediate.se/eas?EAScu_keys=2se_break,2se_midroll,2se_midroll,2se_midroll,2se_midroll,2se_m...
What happens is that only the first Ad is played, not the rest.
What am I missing?
Thanks,
BR Alexander
Hi Alexander,
This is a really tricky one. I'm not surprised that you couldn't get it right.. Here's the config:
{....
"ads": {
"servers": [
{
"type": "direct",
"apiAddress": "http://e2.emediate.se/eas?EAScu_keys=2se_break,2se_midroll,2se_midroll,2se_....",
"oneAdPerRequest": false
}
],
"schedule": [
{
"position": "mid-roll",
"startTime": "00:00:10",
"repeat": 3
}
]
}
}
Things to note about this setup:
1. Best run RC7 now - there was a bug with the mid-roll repeating that was fixed in RC7 - I'm not sure if it impacts your case but best use RC7 to be safe (RC7 is the development trunk)
2. "oneAdPerRequest":false tells OVA that all ad slots are coming back in one request
3. "repeat":3 repeats the mid-roll position three times
I've tested it. Here's your setup running:
http://static.openvideoads.org/support/alexander/multiple-midrolls/jwplayer.htmlHope that helps :)
Paul