You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InvalidStateError: Failed to execute 'appendBuffer' on 'SourceBuffer': This SourceBuffer has been removed from the parent media source ### Details
#7999
Closed
bodhish opened this issue
Jun 7, 2024
· 1 comment
· Fixed by #8140
InvalidStateError: This error occurs when trying to execute appendBuffer on a SourceBuffer that has been removed from the parent media source. It happens in the useMSEplayer hook.
Steps to Reproduce
User navigates to the patient consultation feed page.
Media playback starts using useMSEplayer.
Error occurs during buffer append operation.
Stacktrace
ws.onmessage (src/Common/hooks/useMSEplayer) at ../../src/Common/hooks/useMSEplayer.ts:172:17
readPacket at ../../src/Common/hooks/useMSEplayer.ts:131:18
pushPacket at ../../src/Common/hooks/useMSEplayer.ts:109:25
Additional Information
The error seems to be related to media streaming in the useMSEplayer hook.
The text was updated successfully, but these errors were encountered:
Error: SourceBuffer Removal
Error Description
InvalidStateError: This error occurs when trying to execute
appendBuffer
on aSourceBuffer
that has been removed from the parent media source. It happens in theuseMSEplayer
hook.Steps to Reproduce
useMSEplayer
.Stacktrace
Additional Information
The error seems to be related to media streaming in the useMSEplayer hook.
The text was updated successfully, but these errors were encountered: