neutrinolabs / xrdp

xrdp: an open source RDP server
http://www.xrdp.org/
Apache License 2.0
5.8k stars 1.73k forks source link

Audio settings documentation #1521

Open rcarmo opened 4 years ago

rcarmo commented 4 years ago

I've been looking through the Wiki, issue list and even parts of the source code, but I cannot find a good reference of how to tune audio quality (or force all clients to use a specific codec).

Does such a thing exist? Thanks!

metalefty commented 4 years ago

Regarding the document, it is not well maintained. Always help wanted. Different distro have different manner. I don't have enough time to cover all distributions.

Regarding tuning audio quality, that is not possible so far. Auto select only.

rcarmo commented 4 years ago

Any plans to set the priority for negotiation? I have clients that support AAC getting uncompressed audio and clogging the network...

On 25 Mar 2020, at 05:46, metalefty notifications@github.com wrote:

 Regarding the document, it is not well maintained. Always help wanted. Different distro have different manner. I don't have enough time to cover all distributions.

Regarding tuning audio quality, that is not possible so far. Auto select only.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

metalefty commented 4 years ago

If both the server and clients support AAC, AAC should be selected. The priority of AAC is always higher than PCM audio. Is your xrdp server compiled with AAC?

rcarmo commented 4 years ago

Yes, most definitely: https://github.com/rcarmo/ubuntu-xrdp/blob/master/xrdp/debian/rules#L54

On 25 Mar 2020, at 09:41, metalefty notifications@github.com wrote:

If both the server and clients support AAC, AAC should be selected. The priority of AAC is always higher than PCM audio. Is your xrdp server compiled with AAC?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/neutrinolabs/xrdp/issues/1521#issuecomment-603741411, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC7327CK2DAO6RY7IUT7U3RJHGVLANCNFSM4LQPXXSA.

metalefty commented 4 years ago

Indeed. Please also check xrdp --version.