I have the following setup:
var playerInstance = jwplayer("jwp1");
playerInstance.setup({
sources: [{
file: "http://proxy-042.dc3.dailymotion.com/sec(8980f3491562a2a0adf23aff769ac80a)/video/790/685/356586097_mp4_h264_aac_hd.m3u8",
"default": "true"
},{
file: "http://proxy-042.dc3.dailymotion.com/sec(ffa948aaa08563e49a5cf4dcf967b018)/video/790/685/356586097_mp4_h264_aac.m3u8"
},{
file: "http://proxy-042.dc3.dailymotion.com/sec(a8f6b21d155aa6b12fc35139abc976da)/video/790/685/356586097_mp4_h264_aac_ld.m3u8"
}]
});
I want to be able to toggle between the diffrent m3u8 streams(each have only 1 strean / 1 quality)
But it only loads one and set the other as fallback.
I've tried to read all of the articles about it, There was a SMIL manifest article that got deleted, The new article does not specify how to set a manifest to be able to toggle between diffrent m3u8 files.
Can someone please help?
↧