mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Streaming Performance With Limited Bandwidth #6336
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DigitalCharon on GitHub (Oct 10, 2024).
This issue respects the following points:
Description of the bug
I have ~15Mbps of bandwidth from the jellyin server to the client (tested with librespeed hosted on the same machine). The video stream I'm trying to play is ~2Mbps. 2 is significantly less than 15 but jellyfin cannot maintain the stream.


Reproduction steps
What is the current bug behavior?
stream stutters and buffers
What is the expected correct behavior?
stream plays properly
Jellyfin Server version
10.9.11+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.9.11
Environment
Jellyfin logs
FFmpeg logs
No response
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@felix920506 commented on GitHub (Oct 25, 2024):
You are likely facing a problem with QoS. TCP traffic generally gets higher priority than UDP traffic, which wireguard uses. There is no way we can fix this.
@DigitalCharon commented on GitHub (Oct 25, 2024):
Thats not the problem since both the speedtest and jellyfin stream go over the same vpn tunnel. Wouldve been nice if you waited for a reply before closing my issue