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

Parallel loading of segments #1536

Open
gsimko opened this issue Aug 23, 2024 · 1 comment
Open

Parallel loading of segments #1536

gsimko opened this issue Aug 23, 2024 · 1 comment

Comments

@gsimko
Copy link

gsimko commented Aug 23, 2024

Based on segment-loader.js (function load) it looks like the segment loader buffers one segment at a time. This is suboptimal if the video server has high latency, as concurrently reading multiple segments would decrease the chance of stalls.

It looks easy to update segment-loader to do so, but I don't feel confident that it would not break the logic. Can someone who is more familiar with http-streaming comment whether it's a feasible change?

Copy link

welcome bot commented Aug 23, 2024

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.

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