2024-07-24, 03:07 PM
Instead of using an override logging.json, can you remove that file and set the log level to Debug directly in logging.default.json in /etc/jellyfin? The log is much cleaner and easier to read when Debug is set in the default json file.
Also, you should remove jellyfin-ffmpeg5.
Ignore the prompts about "jellyfin-server not being needed". It won't actually remove them.
Once you've reinstalled jellyfin-ffmpeg6, replicate the problem and share the new jellyfin log.
Also, you should remove jellyfin-ffmpeg5.
Code:
sudo systemctl stop jellyfin
sudo apt remove jellyfin-ffmpeg5
Ignore the prompts about "jellyfin-server not being needed". It won't actually remove them.
Code:
sudo apt reinstall jellyfin-ffmpeg6
sudo systemctl start jellyfin
Once you've reinstalled jellyfin-ffmpeg6, replicate the problem and share the new jellyfin log.