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
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 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?
The text was updated successfully, but these errors were encountered: