bilibili / flv.js

HTML5 FLV Player
Apache License 2.0
22.89k stars 3.39k forks source link

Video doesn't finish loading.`Maximum buffering duration exceeded, suspend transmuxing task.` #417

Open masudhossain opened 5 years ago

masudhossain commented 5 years ago

Getting an flvjs related error [FlvPlayer] > Maximum buffering duration exceeded, suspend transmuxing task.

flvs-maximum-buffering
king17610 commented 5 years ago

@masudhossain it is solved ? i have same question

justmywyw commented 3 years ago

same here

kaiyuanbaba commented 3 years ago

@masudhossain it is solved ? i have same question

CzKerwin commented 3 years ago

player = flvjs.createPlayer({
type: 'flv',
url: urlinput.value, }, { lazyLoadMaxDuration: n * 60 // default 3minites n=3. Change n be larger can solve this problem. });

QbjGKNick commented 2 years ago

@CzKerwin i try it, it don't work

Junsi-Chen commented 2 years ago

@CzKerwin i tried,but i couldn't solve the problem.

yaphery commented 1 year ago

how can i do

BruceCQM commented 1 year ago

it's 2023, why hasn't this problem been solved yet??