Replies: 4 comments 19 replies
-
This is using the pre-packaged xpra packages. I've also tried building from source with nvenc on Ubuntu 22.04. It gets to the same place and fails with I'm running inside a docker container. |
Beta Was this translation helpful? Give feedback.
-
Try newer / older drivers and test without using a docker container, this should narrow it down a bit. |
Beta Was this translation helpful? Give feedback.
-
@totaam I made some progress with the following docker image:
It now initializes NVENC successfully: But it doesn't list h264 or h265 (nvenc) as supported server options:
We're running xpra with a command like:
It seems to say nvenc is happy, but it doesn’t list it as an available module: When debugging encoding, I can see it is using rgb24, rgb32 and jpeg via the native pillow encoder.
So maybe I'm missing something, or not building something correctly? I do run |
Beta Was this translation helpful? Give feedback.
-
Oh, and BTW, since you're using containers, are there any specific reasons for using Debian or Ubuntu? |
Beta Was this translation helpful? Give feedback.
-
I've followed the docs for getting gpu accelerated nvenc encoding, but stuck with:
The RTX 4060 definitely supports encoding.
Debug logs are:
System is Fedora 40.
The encode SDK I'm using has the following requirements, which as far as I can see are being met.
Beta Was this translation helpful? Give feedback.
All reactions