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

HD button not showing


I have 3 source configured and the video plays as normal, however there is no HD button. Here is an example of the config.. Any ideas?

var jwplayer_config = {
"primary":"flash",
"width":960,
"height":540,
"aspectratio":"16:9",
"stretching":"fill",
"androidhls":true,
"rtmp":{
"bufferlength":6
},
"playlist":[
{
"title":"Bugs Bunny",
"description":"No description",
"sources":[
{
"label":"HLS",
"file":"http:\/\/hls.example.com\/index.m3u8"
},
{
"label":"MP4",
"file":"rtmp:\/\/stream.example.com\/cfx\/st\/mp4:/file.mp4"
},
{
"label":"Progressive",
"file":"http:\/\/progressive.zoovio.com\/file.mp4"
}
]
}
]
};

3 Community Answers

Cooper Reid

JW Player Support Agent  
-1 rated :

I don’t believe you can mix an HLS with the other formats have still have the quality selector with the other two formats. An HLS stream can have multiple bitrates within the manifest, so the HD toggle needs to ignore the other two formats if the HLS stream is multi-bitrate in order to show those quality options.
-Cooper

marlo

User  
0 rated :

I found what the problem is. jwplayer will not show the HD toggle button if there is not at least 2 sources with the same URI scheme.

Cooper Reid

JW Player Support Agent  
0 rated :

Marlo,
Thanks for pointing that out!
Cooper

This question has received the maximum number of answers.