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"
});
↧