How to find out if x264 is used? #3466
-
Hey there, I'm want to try out the new and shiny x264 encoder and have compiled the source to enable that. How to find out if it is actually being used? I searched the /var/log/xrdp.log and .xorgxrdp*.log for the string "x264" and "codec" but no hits. Do I need a specific log level? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Welcome back @saddy001! There's an INFO log message which occurs when the X264 encoder gets created:- Lines 167 to 168 in 2b22636 On my devel build, these are the relevant log messages when I log in from Windows 11:-
and :-
If you're not seeing this, make sure you've compiled with Hope this helps |
Beta Was this translation helpful? Give feedback.
-
It seems that the Apache Guacamole HTML5 client does not support x264 :-( The log:
https://guacamole.apache.org/doc/gug/guacamole-protocol.html#image-data |
Beta Was this translation helpful? Give feedback.
Welcome back @saddy001!
There's an INFO log message which occurs when the X264 encoder gets created:-
xrdp/xrdp/xrdp_encoder_x264.c
Lines 167 to 168 in 2b22636
On my devel build, these are the relevant log messages when I log in from Windows 11:-