Skip to content
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 in 2 ways and camera #112

Open
dtouzeau opened this issue Nov 5, 2020 · 1 comment
Open

Audio in 2 ways and camera #112

dtouzeau opened this issue Nov 5, 2020 · 1 comment

Comments

@dtouzeau
Copy link

dtouzeau commented Nov 5, 2020

MS standard RDP settings are a connection with remote sound, but without microphone.
Unfortunatly, you get only one-way-audio instead oft wo-way audio:
You cannot use a VOIP phone program or even Skype using headphone including a microphone.
You do not get an audio input device in the RDP session.

The corresponding parameter to change within a standard RDP file for MS RDP to get full "Two-Way-Audio" with Sound Output >AND< Sound Input (like Microphone) is:

audiocapturemode:i:1
(instead of standard audiocapturemode:i:0).

And optional with Video Transfer, there is one parameter more:
camerastoredirect:s:*

It would be nice to have „two way audio“ as default. Video would be nice.

Do you think it would be possible to allows ?
We invested some time to make VOIP audio working, but failed with sessions via Redemption.

Of course, there are some other but well known obstacles:

  • Microphone access must be allowed within Windows 10 since 1903
  • A Registry key must be changed from 1 to 0 for every Windows:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\ RegDWORD
fDisableAudioCapture = 0

Then you get „Remoteaudio“ for Audio Output as well as Audio Input in Windows.

Our wish is
audiocapturemode:i:1

@ghost
Copy link

ghost commented Nov 24, 2020

I have the same problem.
Due to covid-19 many people have to work from home and need to communicate through RDP (SIP, Skype, etc.). I already tried tinkering in Windows and changed the part in the registry (Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp fDisableAudioCapture=0).
Is Two-Way-Audio possible with redemption on Artica?

Are there any settings to change/add in the rdpproxy.ini or config_spec.hpp to get this function?

Thank you in advance for your support

1
2

jonathanpoelen added a commit that referenced this issue Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant