
Double firing of Ad Beacon on iPhone
Not sure if this is an issue or expected behaviour on an iPhone. (It only happens on iPhone as the video gets played in the native iOS player, and an iPad does not do that by default)
To replicate the issue.
1. Play a video (the pre-roll ad starts to play)
2. Click Done at any stage before the ad finishes
3. Play the video again (the pre-roll goes back to the start and plays)
* If you click Done again and hit play again, the ad starts from where it was when you hit Done. So it only rewinds when you hit Done the first time.
The issue, because of the rewind, is that the Ad Beacon gets fired twice and shows the ad as being viewed twice (Great for me, but my ad provider doesn't really like it)
I've tried this on a few different iPhone devices, the latest being iPhone 5 running iOS 7.1.2
You can try it out here - http://theboost.tv/watch-CFCB8A
Here is the JW code
jwplayer("playerxxxx").setup({image:"http://theboost.tv/images/uploads/video/FRS-Corey-White-Chivalry-is-dead.-Corey-White-explains-exactly-why-that-is_thumb.jpg",file:"http://player.vimeo.com/external/88703421.mobile.mp4?s=9b1a6b0e0abd6a7d72c9f50ff7f27f16",width:"300",height:"190",primary:"flash",advertising:{client:"vast",schedule:{preroll:{tag: "http://search.spotxchange.com/vast/2.00/85394?VPI=MP4&content_page_url=https%3A%2F%2Ftheboost.tv%2Fwatch-CFCB8A&cb=0836406189&device[os]=iOS&device[make]=Apple&device[model]=iPhone&device[devicetype]=1&device[dnt]=0&ip_addr=x.x.x.x&device[ua]=Mozilla%2F5.0+%28iPhone%3B+U%3B+CPU+iPhone+OS+5_1_1+like+Mac+OS+X%3B+da-dk%29+AppleWebKit%2F534.46.0+%28KHTML%2C+like+Gecko%29+CriOS%2F19.0.1084.60+Mobile%2F9B206+Safari%2F7534.48.3",offset: "pre"}}}});
Any help is much appreciated.