Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Migrating to JWplayer 7.0 but ads dont showing


Hi this is our page for testing the new HTML5 jw7 player:
http://www.everyeye.it/test_video.html

The player dont show the ADS, why ? We have tried also with FLASH primary...

The video have VAST tag inside (we have the same tag on jwplayer 6.0 and is oK) :
URL:
http://www.everyeye.it/revive/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&zones=pre-roll0-0%3D1&nz=1&source=&r=R0.023106331005692482&block=1&format=vast&charset=UTF-8


This is the player HTML SNIPPET:

playerInstance.setup({

file: "https://www.youtube.com/watch?v=RTKLYWPxFTY",
width: "100%",
height: "100%",

primary: "html5",

advertising: {
client: "vast",
tag:"/revive/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&zones=pre-roll0-0%3D1&nz=1&source=&r=R0.023106331005692482&block=1&format=vast&charset=UTF-8"
},

playlist: [{
image: "http://images.everyeye.it/img-video/tearaway-unfolded-v3-18462-640x16.jpg",
title: "Tearaway Unfolded - Il coloratissimo platform di Media Molecule si appresta a debuttare su PS4 (Video Recensione)" ,

sources: [
{ file: "http://media.everyeye.it/2015/Videorecensioni/tearaway-unfolded-recensione-sd.mp4" , label: "360p SD", "default":true},
{ file: "http://media.everyeye.it/2015/Videorecensioni/tearaway-unfolded-recensione.mp4" , label: "720p HD"},

],

mediaid: "18462"
}],

NOlogo: {
file: "http://www.everyeye.it/img13/icona-player.png",
link: "http://www.everyeye.it/"
}

});




3 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

YouTube does not allow you to have your own advertising attached to videos hosted on their site. This sometimes worked on JW Player 6 because of the way YouTube’s API was, but they changed it so we can only retrieve their videos through a specific API which ends up breaking any workarounds for ads.

Please let me know if you need any more help or have any other questions.

Thank you!

d.panebianco

User  
0 rated :

Sorry, but VAST advertising dont work also on our MP4 video files :

You could test this here :
http://www.everyeye.it/test_video.html


This is the HTML SNIPPET:

var playerInstance = jwplayer("my-video");

playerInstance.setup({

width: "100%",
height: "100%",

primary: "html5",

playlist: [{
image: "http://images.everyeye.it/img-video/tearaway-unfolded-v3-18462-640x16.jpg",
title: "Tearaway Unfolded - Il coloratissimo platform di Media Molecule si appresta a debuttare su PS4 (Video Recensione)" ,

sources: [
{ file: "http://media.everyeye.it/2015/Videorecensioni/tearaway-unfolded-recensione-sd.mp4" , label: "360p SD", "default":true},
{ file: "http://media.everyeye.it/2015/Videorecensioni/tearaway-unfolded-recensione.mp4" , label: "720p HD"},

],

mediaid: "18462"
}],

advertising: {
client: "vast",
tag:"/revive/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&zones=pre-roll0-0%3D1&nz=1&source=&r=R0.023106331005692482&block=1&format=vast&charset=UTF-8"
}

});

Alex

JW Player Support Agent  
0 rated :

Hi, there.

This seems to be an issue with your ad tag since it fails to load in our Demo Ad Player and Google’s VAST Inspector. The errors I’m getting are cross-domain related (verified by test-cors.com). Are you getting simiilar errors in your browser’s console when trying to feed your ad tag into test-cors.com? I’ve copied and pasted the ad tag below.

Ad Tag: http://www.everyeye.it/revive/www/delivery/fc.php?script=bannerTypeHtml:vas…3D1&nz=1&source=&r=R0.023106331005692482&block=1&format=vast&charset=UTF-8

Please let me know. You can also see more information about cross-domain and CORS at http://support.jwplayer.com/customer/portal/articles/1403679-crossdomain-file-loading

This question has received the maximum number of answers.