cdrake 0 Posted March 24, 2024 Posted March 24, 2024 I'm running the latest version of Emby through CasaOS on top of Ubuntu. When I enable Transcoding and go to Advanced, no hardware is listed. But there are options under Software Encoder. I already installed the latest drivers for my GTX 1070 through Ubuntu, so I'm not sure why it's not showing up. Any help is appreciated!
Happy2Play 9357 Posted March 24, 2024 Posted March 24, 2024 Will guess these are the same issue but doesn't appear to have a answer yet. Devs will probably need server and hardware_detection logs.
cdrake 0 Posted March 24, 2024 Author Posted March 24, 2024 Here are the logs I think you're asking for. If not please, let me know. Thank you @Happy2Playfor helping me so far. hardware_detection-63846830658.txt embyserver.txt
Solution Mikoyan 15 Posted March 24, 2024 Solution Posted March 24, 2024 Hardware detect shows your device was detected but failed to initialize, and since you are on CasaOS perhaps the docker container it is composing does not have permissions to access the underlying graphics adapter? From https://hub.docker.com/r/emby/embyserver Quote ...Please adapt the UID, GID and GIDLIST values to match the owner of your media files. GIDLIST is also needed to grant access to VAAPI/NVDEC/NVENC render nodes. ...ls -l <directory> will give you user and group information of your media directories and render nodes, getent passwd <user> | cut -d: -f3 and getent group <group> | cut -d: -f3 will respectively print UID and GID. 1
cdrake 0 Posted March 24, 2024 Author Posted March 24, 2024 53 minutes ago, Mikoyan said: Hardware detect shows your device was detected but failed to initialize, and since you are on CasaOS perhaps the docker container it is composing does not have permissions to access the underlying graphics adapter? From https://hub.docker.com/r/emby/embyserver That would make sense. I'm now trying to figure out how to give it permission.
Luke 39664 Posted March 25, 2024 Posted March 25, 2024 On 3/24/2024 at 1:50 PM, cdrake said: That would make sense. I'm now trying to figure out how to give it permission. Hi, did you figure it out?
cdrake 0 Posted March 26, 2024 Author Posted March 26, 2024 3 hours ago, Luke said: Hi, did you figure it out? Yes! But not with CasaOS. I had to switch to UNRAID (which I had used before for another server), and it worked just fine.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now