我想知道这个问题。我尝试了一些方法,但没有用。以下是我的代码:
player.load([{
title: "test line",
sources: [
{
file: message.content,
provider: "${base}/resources/web/plugins/jwplayer6/HLSProvider6.swf",
type: "hls",
label: "240",
"default": true
},
{
file: message.content,
provider: "${base}/resources/web/plugins/jwplayer6/HLSProvider6.swf",
type: "hls",
label: "360"
}
]
}]);
player.play();有人能帮我吗?
另外::,我也想知道怎么设置hlslabel?我所设置的都是无用的。
发布于 2016-04-19 11:05:27
我用FlowPlayer代替了JWPlayer,它解决了我的问题。
https://stackoverflow.com/questions/31624048
复制相似问题