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
Hi I'm tryng to play some videos, but I have this Console Error:
[MSEController] > Failed to execute 'appendBuffer' on 'SourceBuffer': This SourceBuffer has been removed from the parent media source.
I am using react player to play two videos in the same page through a url that I get from a fetch and then from a useEffect and a usestate variable send the value of the url to the component, however there are cases where when rendering the component, I get the error mentioned above and it remains infinite in the console.
The error is MediaError, in OnError event.
What I have been trying is to handle the error and to avoid that it continues showing in the console.
the VideoUrl state variable is the one I use to store the list of url for the videos
thank you in advance and if you need more info to find the solution I will be attentive.
The text was updated successfully, but these errors were encountered:
Hi, thanks for replying, sorry for the delay, I was testing.
Here I send you the link to the test of my code, for politics of my company I can't send the API I'm using.
Hi I'm tryng to play some videos, but I have this Console Error:
[MSEController] > Failed to execute 'appendBuffer' on 'SourceBuffer': This SourceBuffer has been removed from the parent media source.
I am using react player to play two videos in the same page through a url that I get from a fetch and then from a useEffect and a usestate variable send the value of the url to the component, however there are cases where when rendering the component, I get the error mentioned above and it remains infinite in the console.
The error is MediaError, in OnError event.
What I have been trying is to handle the error and to avoid that it continues showing in the console.
the VideoUrl state variable is the one I use to store the list of url for the videos
thank you in advance and if you need more info to find the solution I will be attentive.


The text was updated successfully, but these errors were encountered: