mpegts.js icon indicating copy to clipboard operation
mpegts.js copied to clipboard

Uncaught TypeError: Cannot read properties of null (reading 'notifyBufferedPositionChanged')

Open Stefanxx opened this issue 8 months ago • 4 comments

I just want to stop websocket request. Every time I click play, it continues to load videoElement.value.addEventListener('pause', () => { if (isPlaying.value && flvPlayer.value) { isPlaying.value = false; flvPlayer.value.pause(); flvPlayer.value.unload(); } });

Stefanxx avatar Apr 23 '25 03:04 Stefanxx

Same error

thegobot avatar May 06 '25 09:05 thegobot

same error? how fix it ?

stark-jarvis avatar Jul 14 '25 03:07 stark-jarvis

@stark-jarvis Not yet, I have no idea.

Stefanxx avatar Jul 14 '25 03:07 Stefanxx

Same error

gefanvip avatar Dec 10 '25 02:12 gefanvip