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

download video chunks in parallel #5248

Open
ivanjx opened this issue Mar 2, 2024 · 0 comments
Open

download video chunks in parallel #5248

ivanjx opened this issue Mar 2, 2024 · 0 comments
Labels
enhancement Improve existing functionality or small fixes

Comments

@ivanjx
Copy link

ivanjx commented Mar 2, 2024

i noticed there is quite a difference of the network utilization between jellyfin web and openspeedtest (they are on the same server). i am connected to the server using wireguard. i believe i have between 12-14 Mbps of bandwidth between the client and the server though latency might not be the best in my case. when i use openspeedtest i was able to utilize close to 100% of that bandwidth with this on the network tab:

image

however, i often experienced lags and buffering with jellyfin as it downloads the chunks one by one as shown below:

Screenshot from 2024-03-02 12-02-53

i also noticed that jellyfin only utilized 3-5 Mbps of the bandwidth while it was playing with this info:

image

i was thinking maybe it would be a lot better if jellyfin can utilize more of the bandwidth by trying to download more than one chunks at a time when they are available.

@ivanjx ivanjx added the enhancement Improve existing functionality or small fixes label Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve existing functionality or small fixes
Projects
None yet
Development

No branches or pull requests

1 participant