2024-06-09, 05:33 PM
The only thing I see is that the transcode bit rate is automatically set really really high (120Mbps). And this is probably breaking Quick Sync. I've only seen this happen when someone had an Nginx reverse proxy for Jellyfin and they had asset caching enabled.
One thing I just noticed was that your still have jellyfin-ffmpeg 5.1.4 installed. I don't THINK it will make a difference, but try upgrading to jellyfin-ffmpeg 6.0.1.
sudo systemctl stop jellyfin
sudo apt remove jellyfin-ffmpeg5
sudo apt install jellyfin-ffmpeg6
sudo systemctl start jellyfin
One thing I just noticed was that your still have jellyfin-ffmpeg 5.1.4 installed. I don't THINK it will make a difference, but try upgrading to jellyfin-ffmpeg 6.0.1.
sudo systemctl stop jellyfin
sudo apt remove jellyfin-ffmpeg5
sudo apt install jellyfin-ffmpeg6
sudo systemctl start jellyfin