
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"
}
]
}
]
};