jsmpeg
jsmpeg copied to clipboard
When using websookect to get video stream, when the network is not good, the streaming data is not complete, resulting in the video stuck, so the page will also be stuck, unable to operate
When using websookect to get video stream, when the network is not good, the streaming data is not complete, resulting in the video stuck, so the page will also be stuck, unable to operate
i have too this issue
Perhaps checking that the video is advancing in time via:
player.demuxer.currentTime
not sure if it will unlock the page, but at least you can be checking that the time is moving forward when you are playing, OR do something about it.