JW Player在HTML5模式下怎么播放M3U8文件

2025-01-26 17:51:37
推荐回答(1个)
回答1:

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