
JW Player 6 send VAST PRE-ROLL request twice
Hi people, how are you? I'm looking for some help.
We implemented some time ago JW Player with pre-roll tags in own WordPress site with Official Plugin. It worked fine until a few days ago when something weird happened. Now, if I click play video, the pre-roll request is sent twice (and show ads twice)
It only happens on Desktop, in Mobile works fine.
The VAST version is 3.0, are there known bug or something with JW Player 6 and this version of VAST, maybe?
This is part of my code (generated by plugin):
jwplayer('jwplayer-0').setup({
"aspectratio":"16:9",
"width":"100%",
"fallback":false,
"primary":"flash",
"advertising":{
"client":"vast",
"schedule":{
"pre_roll":{
"offset":"pre",
"tag":"http://ads.e-planning.net/eb/4/15273/Player/Player_RM_Preroll?o=v&ma=1&vv=3"
},
"overlay":{
"offset":5,
"tag":"http://ads.e-planning.net/eb/4/15273/Player/Player_RM_Overlay?o=v&ma=1&vv=3",
"type":"nonlinear"
},
"post_roll":{
"offset":"post",
"tag":"http://ads.e-planning.net/eb/4/15273/Player/Player_RM_Postroll?o=v&ma=1&vv=3"
}
}
},
"image":"http://globalcdn02.mundotkm.com/2017/03/Guys-Parachutes-Get-Tangled.jpg",
"file":"http://globalcdn02.mundotkm.com/2017/03/Guys-Parachutes-Get-Tangled.mp4",
});
Do you have any idea what is happen?
Thanks for your help!