You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure about wheather it's running properly. client.connection.encoder always using rencodeplus and GPU is not working(GPU can be found using nvidia-smi and xpra nvinfo, and it could work when running simulation program). xpra took about 20% of CPU when send updated desktop image to web client.
After all the running conditions are met, I run xpra. Through the xpra info | grep encoder command, I get the following output:
docker@a3ba56491117:/$ xpra info | grep encoder
Warning: XDG_RUNTIME_DIR is not defined
and '/run/user/1000' does not exist
using '/tmp'
client.connection.encoder=rencodeplus
network.encoders=('rencodeplus', 'none')
server.argv=('/usr/bin/xpra', 'start-desktop', '--bind-tcp=0.0.0.0:12301', '--html=on', '--exit-with-children=yes', '--start-child=xfce4-session', '--video-encoders=nvenc', '--encoding=nvenc', '--quality=20', '--speed=20')
video.encoding.video-encoder.gstreamer=disabled
video.encoding.video-encoder.jpeg=disabled
video.encoding.video-encoder.nvenc=active
video.encoding.video-encoder.nvjpeg=not found
video.encoding.video-encoder.openh264=disabled
video.encoding.video-encoder.vpx=disabled
video.encoding.video-encoder.webp=disabled
video.encoding.video-encoder.x264=disabled
As following the steps in debug, the output of xpra video and xpra encode are as follow:
I tried to using nvenc for video encoder following the doc below:
https://github.com/Xpra-org/xpra/blob/master/docs/Usage/NVENC.md
I am not sure about wheather it's running properly. client.connection.encoder always using rencodeplus and GPU is not working(GPU can be found using nvidia-smi and xpra nvinfo, and it could work when running simulation program). xpra took about 20% of CPU when send updated desktop image to web client.
After all the running conditions are met, I run xpra. Through the xpra info | grep encoder command, I get the following output:
As following the steps in debug, the output of xpra video and xpra encode are as follow:
So if is it possible to use GPU to encode? Or what did I miss?
The text was updated successfully, but these errors were encountered: