hls.js
hls.js copied to clipboard
Failed to read the 'buffered' property from 'SourceBuffer': This SourceBuffer has been removed from the parent media source.
What version of Hls.js are you using?
1.1.2
What browser (including version) are you using?
Google Chrome Versión 96.0.4664.110
What OS (including version) are you using?
Windows 10
Test stream
No response
Configuration
{}
Additional player setup steps
No response
Checklist
- [X] The issue observed is not already reported by searching on Github under https://github.com/video-dev/hls.js/issues
- [X] The issue occurs in the stable client (latest release) on https://hls-js.netlify.com/demo and not just on my page
- [X] The issue occurs in the latest client (main branch) on https://hls-js-dev.netlify.com/demo and not just on my page
- [X] The stream has correct Access-Control-Allow-Origin headers (CORS)
- [X] There are no network errors such as 404s in the browser console when trying to play the stream
Steps to reproduce
- set videoRef.current.currentTime to any time of the video
Expected behaviour
Make the video ahead of the specified time
What actually happened?
The error: Failed to read the 'buffered' property from 'SourceBuffer': This SourceBuffer has been removed from the parent media source.
Console output
hls.js?f7c5:1793 Uncaught DOMException: Failed to read the 'buffered' property from 'SourceBuffer': This SourceBuffer has been removed from the parent media source.
at AudioStreamController.onTickEnd (webpack-internal:///./node_modules/hls.js/dist/hls.js:1788:32)
at AudioStreamController.doTick (webpack-internal:///./node_modules/hls.js/dist/hls.js:1765:10)
at AudioStreamController.tick (webpack-internal:///./node_modules/hls.js/dist/hls.js:22259:12)
onTickEnd @ hls.js?f7c5:1793
doTick @ hls.js?f7c5:1770
tick @ hls.js?f7c5:22264
setTimeout (asíncrono)
tickImmediate @ hls.js?f7c5:22278
onMediaSeeking @ hls.js?f7c5:3118
seeking (asíncrono)
seek @ Video.js?2e07:143
seek1 @ Video.js?2e07:274
callCallback @ react-dom.development.js?ac89:3945
invokeGuardedCallbackDev @ react-dom.development.js?ac89:3994
invokeGuardedCallback @ react-dom.development.js?ac89:4056
invokeGuardedCallbackAndCatchFirstError @ react-dom.development.js?ac89:4070
executeDispatch @ react-dom.development.js?ac89:8243
processDispatchQueueItemsInOrder @ react-dom.development.js?ac89:8275
processDispatchQueue @ react-dom.development.js?ac89:8288
dispatchEventsForPlugins @ react-dom.development.js?ac89:8299
eval @ react-dom.development.js?ac89:8508
batchedEventUpdates$1 @ react-dom.development.js?ac89:22396
batchedEventUpdates @ react-dom.development.js?ac89:3745
dispatchEventForPluginEventSystem @ react-dom.development.js?ac89:8507
attemptToDispatchEvent @ react-dom.development.js?ac89:6005
dispatchEvent @ react-dom.development.js?ac89:5924
unstable_runWithPriority @ scheduler.development.js?bcd2:468
runWithPriority$1 @ react-dom.development.js?ac89:11276
discreteUpdates$1 @ react-dom.development.js?ac89:22413
discreteUpdates @ react-dom.development.js?ac89:3756
dispatchDiscreteEvent @ react-dom.development.js?ac89:5889
hls.js?f7
Chrome media internals output
No response
Please fill out the Bug Report Template as part of your issue, making sure to include:
- Test stream/page (if possible)
- Steps to reproduce
- Expected behavior
- Actual behavior
If the issue is related to your stream, and you cannot share the stream, please include all the information we would need to reproduce the issue. This includes how to generate a stream that reproduces the issue.
Closing as it's been open for 5 months without additional information. Assuming the issue has been solved, please re-open if that isn't the case!