mpegts.js
mpegts.js copied to clipboard
Uncaught TypeError: Cannot read properties of null (reading 'notifyBufferedPositionChanged')
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(); } });
Same error
same error? how fix it ?
@stark-jarvis Not yet, I have no idea.
Same error