Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to read the 'buffered' property from 'SourceBuffer': This SourceBuffer has been removed from the parent media source. #10

Open
Fathma opened this issue May 5, 2021 · 0 comments

Comments

@Fathma
Copy link

Fathma commented May 5, 2021

I am trying to stream a live flv link using react-flv-player. But I am getting the error in chrome debug console.

"Uncaught (in promise) DOMException: Failed to read the 'buffered' property from 'SourceBuffer': This SourceBuffer has been removed from the parent media source."

I am using the code below.

<ReactFlvPlayer url='http://103.104.141.124:10006/live?port=1935&app=live&stream=353376110052799' heigh='800px' width='800px' isMuted={false} isLive={true} // stashInitialSize={'128kb'} handleError={err => { switch (err) { case 'NetworkError': // todo console.log('network error') break case 'MediaError': console.log('network error') break default: console.log('other error') } }} /> </div>

Can anyone tell me how can i make it work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant