InvalidStateError: Failed to execute 'appendBuffer' on 'SourceBuffer': This SourceBuffer has been removed from the parent media source. #8228
Labels
type: question
A question from the community
Have you read the Tutorials?
Have you read the FAQ and checked for duplicate open issues?
If the question is related to FairPlay, have you read the tutorial?
What version of Shaka Player are you using?
What browser and OS are you using?
Please ask your question
I am using ReactJS in combination with shaka-player to view a list of live streaming/VOD channels (.m3u8). For example, when I press the enter button to switch to the next channel (update the url), I understand that I have to rerun the initialPlayer function with the new url. But when I check the console, I find an error being logged when switching from one channel to another.
I am trying to use
destroy()
,unload()
but it is not working.Looking forward to your help. Thanks a lot.
The text was updated successfully, but these errors were encountered: