Replies: 5 comments 4 replies
-
The codec used is a result of a negotiation between the server and the client, described here You should find a list of the formats received from the client in the chansrv log file in |
Beta Was this translation helpful? Give feedback.
-
Unfortunately the log provides no clue. Maybe I have to enable a verbose mode or something ? Note that there's a new release (ThinOS 9) completely rewritten and now based on Linux + Microsoft AVD client. |
Beta Was this translation helpful? Give feedback.
-
Check you're running the chansrv at log level info or higher. See When the client connects, you should see some info messages along these lines:-
If you don't see those, the possibilities I can see are:-
|
Beta Was this translation helpful? Give feedback.
-
We've had interesting Wyse issues before, where the client hasn't conformed to the specification. Your logging message suggests to me that the client is skipping the initialisation stage in the spec and just sending sound data. To really work out what is going on, we'll need a debug build of xrdp, or a suitable thin client. Are you in a position to build xrdp from source maybe? |
Beta Was this translation helpful? Give feedback.
-
If you can configure your client to use a connection type of "LAN" rather than "auto detect" you may be able to leverage RFX which should improve things somewhat. That's the best you can do now, but it's worth investigating. RDP over UDP requires a lot of rework of existing transports to be implemented. The FreeRDP project is looking into it at the moment, so it will be interesting to see what they find. At the moment there's no evidence at all that any investment in this area will be met with corresponding performance gains - there's interest in the feature but it doesn't seem to be backed up with any meaningful analysis that I can find. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Using Ubuntu 22.04.2 LTS and installation script 1.4.6 (http://c-nergy.be/blog/?p=18725).
The installation is OK (except that xrdp 0.9.17 is fetched by the script instead of the latest 0.9.21).
Audio is working well from a Windows client but from a Dell-Wyse Thin-client (ThinOS 8.6) it is not.
The device says "cannot open device file".
Those Thin-Clients are very common and work very well as RDP client of all flavors of Windows since ages including audio and video redirection.
Any hints ? Is it possible to change the output audio codec ?
Beta Was this translation helpful? Give feedback.
All reactions