SOLVED: Only low quality/bitrate video settings in the web client - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Only low quality/bitrate video settings in the web client (/t-solved-only-low-quality-bitrate-video-settings-in-the-web-client) |
Only low quality/bitrate video settings in the web client - kjukmar - 2025-01-11 Good day, I have encountered something that I would like to call a "trouble". The video quality settings differ between different clients. On the android app there is a wide range of settings, all of which may be selected and play fine, when in the web client on both android and PC there is no mention of settings above "15 Mbps". The server version is 10.10.3. I tried digging in the documentation and on the forums, but couldn't find any info about this. Also, to me it is a little strange that there is no mention of the video resolution in the web client video settings. RE: Only low quality/bitrate video settings in the web client - gnattu - 2025-01-11 That was made intentional because the old resolution was misleading and wrong and does not indicate the actual resolution of the stream would be at the bitrate. The too high and does not make sense options are hidden so the bitrate options too much higher than current videos source bitrate is no longer displayed. That option only acts as the bitrate limit for a long time and the resolution hint displayed was a "lie" for a long time. I think your android app is still using old version WebUI which is wrong for 10.10. You probably need to clear the android app data to get the new UI. > I tried digging in the documentation and on the forums, but couldn't find any info about this. https://github.com/jellyfin/jellyfin/pull/12644 https://github.com/jellyfin/jellyfin-web/pull/6071 |