2024-05-01, 12:38 PM
(This post was last modified: 2024-05-01, 01:10 PM by XiaoHuiHui. Edited 2 times in total.)
(2024-05-01, 12:33 PM)bitmap Wrote: Your dashboard looks like 10.8 but allow encoding to AV1 isn't available until the release of 10.9 (or if you're using an unstable branch).
What version of the server are you running?
jellyfin:unstable image (Last pushed 2 days ago by jellyfinbot) in docker. Should I change it to stable?
Version infomation in log:
Quote:[19:14:41] [INF] [1] Main: Jellyfin version: 10.9.0
Update:
I think I've identified the issue. I migrated from an older version of Jellyfin which ran on a different machine. Since that machine was decommissioned, I set up a new one with the current configuration and recompiled all the Docker containers. In my previous docker-compose file, the version I used for Jellyfin was 'unstable', so it automatically used the latest Jellyfin version when running.
Now I've tried changing the Docker image version back to the default 'latest', and the version in the logs is now 10.8.13, not 10.9. I'm not sure if 10.9 is a release version. Since my configuration file has already been updated to the new version, Jellyfin reported a slew of errors, stating that it couldn't read the config file. I think I might have to reset Jellyfin completely to resolve this issue.
Perhaps I should consider submitting this issue on Github? I'm not sure if it's possible for this to be fixed in future releases. If it is, I might choose to temporarily endure until the issue is resolved. Otherwise, I might have to downgrade and reconfigure the whole Jellyfin.
Update 2:
The issue has been resolved. I usually use the Jellyfin client for Windows, whose interface has not been updated yet. When I accessed the web page, I was able to see the AV1 encoding option and successfully turned it off. Additionally, in the encoding.xml file within the Jellyfin configuration folder, I was able to edit the 'AllowAv1Encoding' item to disable the AV1 encoding function.
Thanks to everyone who provided help.