
Waterfall No Compatible Creatives causes player to crash
Hi,
I am using JWPLayer 7.1.4. I have followed your example waterfall code at http://support.jwplayer.com/customer/en/portal/articles/1665150-ad-tag-waterfalling and I use the same player configuration:
file: "http://content.bitsontherun.com/videos/bkaovAYt-640.mp4",
autostart: true,
aspectratio: '16:9',
width: '80%',
advertising: {
client: "vast",
schedule: {
adbreak1: {
offset: "pre",
tag: vastTagUrl
},
adbreak2: {
offset: '50%',
tag: vastTagUrl
}
}
}
I added a 'schedule' param so a midroll ad will also play.
My waterfall array is the same as in your example page but I added an extra url that does not provide an advert:
var waterfallTagChrome45VASTArray = [
"adtag1.xml",
"adtag2.xml",
"//ad4.liverail.com/?LR_PUBLISHER_ID=137758&LR_SCHEMA=vast2-vpaid&LR_PARTNERS=827760&cb=__random-number__&LR_URL=http://www.youmotorcycle.com/&LR_AUTOPLAY=1&LR_VIDEO_ID=TO_BE_REPLACED&LR_TITLE=TO_BE_REPLACE&LR_TIMEOUT_ADSOURCE=2",
"//www.adotube.com/php/services/player/OMLService.php?avpid=oRYYzvQ&platform_version=vast20&ad_type=linear&groupbypass=1&HTTP_REFERER=http://www.longtailvideo.com&video_identifier=longtailvideo.com,test"
];
The preroll waterfall runs as expecte:
a) VAST could not be loaded
b) VAST could not be loaded
c) No Compatible Creatives
d) play ad
The midroll causes the player to stop:
a) VAST could not be loaded
b) VAST could not be loaded
c) No Compatible Creatives
d) Uncaught TypeError: Cannot read property 'load' of null
I thought perhaps because d) is VAST-only and c) is VPAID that perhaps this is the cause of the bug?
Many thanks
Jeremy