-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio not supported in IronRDP client #636
Comments
I initially thought maybe your platform was not supported, but audio is supposed to work for all the major platforms via the CPAL backend which should be enabled by default. Can you try to set the environment variable Here is how you could do that in PowerShell: $Env:IRONRDP_LOG = 'debug'
ironrdp-client <params> Or, for bash: IRONRDP_LOG=debug ironrdp-client <params> Feel free to redirect the output into a file that you could upload here. Also let us know which platform you are using, please. Also cc'ing @elmarco because I believe he’s more familiar than myself on RDPSND and CPAL. |
|
I have successfully built IronRDP v0.7.3 and when running the ironrdp-client, the RDP session opens without audio support. The audio functionality does not seem to be working within the session. Could you please investigate and provide a solution or guidance on how to enable audio support in the RDP session?
The text was updated successfully, but these errors were encountered: