![]() |
The streaming bitrate limit setting is not working as intended - 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: The streaming bitrate limit setting is not working as intended (/t-the-streaming-bitrate-limit-setting-is-not-working-as-intended) |
The streaming bitrate limit setting is not working as intended - lydia-y - 2025-03-01 原始视频为 40Mbps。当我将流式传输比特率限制设置为 15Mbps 时,通过 Web 浏览器播放时该限制可以正常工作(流传输式上限为 15Mbps)。但是,当使用 Infuse 等客户端或其他支持直接硬件解码的客户端时,流式传输比特率限制会被忽略,视频仍以原始的 40Mbps 流式传输。 这似乎是一个错误。如果比特率限制仅适用于需要转码的客户端,则该设置整合毫无意义。我的目标是通过降低比特率来减少带宽使用,即使客户端完全支持直接播放原始媒体。我服务器强制转码到较低的比特率(15Mbps),而不管客户端兼容性如何,确保在所有情况下节省带宽。 我的服务器版本是最新的10.10.6。 RE: The streaming bitrate limit setting is not working as intended - TheDreadPirate - 2025-03-01 This is a known issue with Infuse. https://forum.jellyfin.org/t-swiftfin-infuse-not-adhering-to-bandwidth-limit https://community.firecore.com/t/support-jellyfin-remote-access-limits/53047/15 My hypothesis is that Infuse is not using Jellyfin's playback endpoints and is instead using the download endpoints. In doing so, the server cannot apply bandwidth limits. |