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

JW 7.10 no HD button for HLS streams


I have following setup:

jwplayer("player").setup({

"sources": [
{
"file": 'http://MYDOMAIN.COM/MYAPP/_definst_/mp4:PATH_TO_FILE_1.mp4/playlist.m3u8?custom_hash=4068b46cac5890b3d13702f752a8e3ac',
"label": "SD",
"type": "hls"
},
{
"file": 'http://MYDOMAIN.COM/MYAPP/_definst_/mp4:PATH_TO_FILE_2.mp4/playlist.m3u8?custom_hash=4068b46cac5890b3d13702f752a8e3ac',
"label": "HD",
"type": "hls"
}



],

"hlshtml": true,
"primary": "flash"
});

1 Community Answers

George

JW Player Support Agent  
0 rated :

You can’t set two HLS sources to get multiple qualities. You need a master manifest like the one below:
http://content.jwplatform.com/manifests/Y5UQq0fG.m3u8

This question has received the maximum number of answers.