bilibili / flv.js

HTML5 FLV Player
Apache License 2.0
22.94k stars 3.38k forks source link

wss socket delay bug!! #517

Open k3341095 opened 4 years ago

k3341095 commented 4 years ago

I vlc on rtmp and .. flv.js on wss

I was streaming the same footage ... There is a clock in the video.

For example, if the start time is 10 minutes ... After 10 minutes. Vlc rtmp points to 20 minutes. But wss in flv.js points to 18-19 minutes. Only flv.js takes lag.

I couldn't find the cause I tested it with wss play called nodeplayer.js. It was no problem at all.

Looks like a bug in flv.js

I am using chrome and in devtools the error is does not exist.

Check it out and hope you have a better flv.js.

k3341095 commented 4 years ago

I watched again now. The middle middle loding circle is back. The websocket binary is still being sent The screen returns to the loding circle.

nodeplayer has the same address but It's running fine.