jwplayer("mediaplayer").setup({ playlist: [{ sources: [{ file: 'rtmp://' + path + '/' + name },{ file: 'http://' + path + '/' + name // 这里可以写m3u8的url。 }] }], height: 360, primary: "flash", width: 640 }); 转载,仅供参考。