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

Video Repeatation problem with ads


I am showing video on my site 2.5min duration. we use repeat: true tag.. but still video is not repeating .. Don't now why?.. please help me out. here is my code.

setTimeout(function ()
{
jwplayer("myElement_JW").setup({
image: "http://example.com/video_thum.jpg",
file: "http://example.com/video.flv",
primary: 'flash',
autostart: true,
width: '100%',
aspectratio: "16:9",
repeat: true,
mute: true,
"advertising": {
"client": "vast",
adschedule: {
adbreak1: {
offset: 'pre',
tag:['http://example1.com','http://example1.com','http://example1.com']
},
adbreak2: {
offset: 15,
tag:['http://example1.com','http://example1.com','http://example1.com']
},
adbreak3: {
offset: 30,
tag:['http://example1.com','http://example1.com','http://example1.com']
},
adbreak4: {
offset: 45,
tag:['http://example1.com','http://example1.com','http://example1.com']
},
adbreak5: {
offset: 60,
tag:['http://example1.com','http://example1.com','http://example1.com']
},
adbreak6: {
offset: 75,
tag:['http://example1.com','http://example1.com','http://example1.com']
},
adbreak7: {
offset: 90,
tag:['http://example1.com','http://example1.com','http://example1.com']
},
adbreak8: {
offset: 105,
tag:['http://example1.com','http://example1.com','http://example1.com']
},
adbreak9: {
offset: 120,
tag:['http://example1.com','http://example1.com','http://example1.com']
},
adbreak10: {
offset: 'post',
tag:['http://example1.com','http://example1.com','http://example1.com']
}
} ,
"skipoffset": 5
}
});

}, 10000);

1 Community Answers

Andrew

JW Player Support Agent  
0 rated :

Can you please provide a live link to your site where you’re doing this? in addition, can you explain the intended use case further here?

This question has received the maximum number of answers.