![]() |
Remote streaming bandwidth and reverse_proxy - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: Remote streaming bandwidth and reverse_proxy (/t-remote-streaming-bandwidth-and-reverse-proxy) |
Remote streaming bandwidth and reverse_proxy - Balinus - 2025-04-14 Hello, I'd like to set-up a bandwidth limit for remote playing (as a global option). However, I use Caddy doing the reverse_proxy, on the same host. Hence, Jellyfin thinks that the user is local (identified as 127.0.0.1). The following log is for a remote user: Code: RemoteClientBitrateLimit: 8000000, RemoteIP: "127.0.0.1", IsInLocalNetwork: True What would be the best approach to set this limit, considering that the remote users are seen as a local user? Perhaps a side-question: what would be an adequate BitrateLimit for remote access for say 2-3 users, with an upload limit of 50 Mbps. I was thinking about 8-12 Mbps. Ideally, less transcoding would be best, so leaning towards 12. RE: Remote streaming bandwidth and reverse_proxy - TheDreadPirate - 2025-04-14 You would have to set 127.0.0.1 as a known proxy. It is a requirement that this value be set starting with 10.10.7. Dashboard > Networking > Known proxies RE: Remote streaming bandwidth and reverse_proxy - Balinus - 2025-04-14 It worked, thanks! |