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

[JW7] No popup menu when using 3 sources


Hi,

I try the new JW7 player but I have an issue when using multiple sources (more than 2).
With JW6, I have a popup menu on the HD button to select the source.
I don't have this popup menu on JW7.

Code I'm using (works with JW6) :
var playerInstance = jwplayer("videoDiv");
playerInstance.setup({
autostart:true,
primary:"html5",
startparam: "start",
width: "100%",
aspectratio: "16:9",
playlist: [{
image: "http://thumbshigh.koreus.com/201509/koreusity-153.jpg",
sources: [
{ file: "http://embed.koreus.com/00071/201509/koreusity-153.mp4", label: "360p", height: 360, width: 640 },
{ file: "http://embed.koreus.com/00071/201509/koreusity-153.m4v", label: "240p", height: 240, width: 430 },
{ file: "http://embed.koreus.com/00071/201509/koreusity-153-hd.mp4", label: "720p HD", height: 720, width: 1280 }]}],

related: {
file: "http://reco.koreus.com/recomrss.php?file=koreusity-153",
heading:"Vous devriez aimer"
},
sharing: {
heading:"Partager la vidéo",
code: encodeURI("<iframe width='560' height='315' src='http://www.koreus.com/embed/koreusity-153' frameborder='0' allowfullscreen></iframe><br /><a href='http://www.koreus.com/video/koreusity-153.html'>Koreus.com</a>"),
link: "http://www.koreus.com/video/koreusity-153.html"
}
});

Any idea ?

Thx

4 Community Answers

jerome.body

User  
0 rated :

You can test here :
http://www.koreus.com/test/jw7.html

Cooper Reid

JW Player Support Agent  
1 rated :

Hi,

I believe this is because we do not support m4v. If you had 3 mp4 sources, this would work fine -

Cooper

jerome.body

User  
0 rated :

It should be supported, it was in JW6
http://support.jwplayer.com/customer/portal/articles/1403635-media-format-reference

I have added the type option "video/mp4" and it works fine now.

Thanks for the help


Cooper Reid

JW Player Support Agent  
0 rated :

No problem, enjoy!

Kind Regards,
Cooper

This question has received the maximum number of answers.