Jwplayer在緩衝時跳過視頻流。自從一週前我才注意到這個問題。但代碼沒有改變。玩家版本是5.5.1641。這個問題似乎只與大型視頻文件有關(超過150mb,持續2.35秒)。它不會在相同的緩衝時間跳過,就像它隨機跳過視頻一樣。有時候,2秒,有時候,5,有時候,20等。我猜這可能是因爲視頻流下載丟包。但我不確定。任何人都可以幫我解決這個問題嗎?jwplayer在緩衝時跳過視頻
jwplayer($(this).attr('id')).setup({
flashplayer: 'http://localhost/project1/public/upload/player.swf',
file: 'http://localhost/project1/public/upload/' + $(this).html(),
height:480,
plugins: {
hd: { file: "http://localhost/project1/public/upload/" + $(this).html(), fullscreen: true }
},
width: 800,
dock:false,
controlbar:'none',
provider: 'http',
'http.startparam':'starttime',
icons:false
});
有沒有人可以幫我解決呢? – rbncha