Documentation error on "stream-controller.ts" in "design.md" under "docs" folder #6366
Closed
5 tasks done
Labels
Milestone
What version of Hls.js are you using?
v1.5.8
What browser (including version) are you using?
Chrome 123.0.6312.106
What OS (including version) are you using?
Windows 10
Test stream
Any test stream on the demo web site can be used to verify if needed. https://hlsjs.video-dev.org/demo/
Configuration
Additional player setup steps
None
Checklist
Steps to reproduce
"triggering BUFFER_RESET on MANIFEST_PARSED or startLoad()"
Expected behaviour
The line that that says "triggering BUFFER_RESET on MANIFEST_PARSED or startLoad()" is not correct because BUFFER_RESET is (and only is) triggered on MANIFEST_LOADING. This can be confirmed in "onManifestLoading()" of "stream-controller.ts". Therefore, the line should say "triggering BUFFER_RESET on MANIFEST_LOADING" instead.
What actually happened?
Incorrect description was displayed:
"triggering BUFFER_RESET on MANIFEST_PARSED or startLoad()"
Console output
N/A. The issue is just an error with the documentation about 'src/controller/stream-controller.ts'.
Chrome media internals output
The text was updated successfully, but these errors were encountered: