JW Player在HTML5模式下播放M3U8文件方法:jwplayer("mediaplayer").setup({playlist: [{ sources: [{file: 'rtmp://' + path + '/' + name },{file: 'http://' + path + '/' + name // 这里可以写m3u8的url。 }]}],height: 360,primary: "flash",width: 640 });