Audio capture through remote desktop connection for a VM

-1

I have a Windows VM, on which I need to record voice. The issue is that I use a Remote Desktop connection to connect to it. Which RDC client should i use, so that my local machine can capture audio through the mic and send it to the VM. I have tried using 2X and mstsc. IS there a client that can do this.

Rishabh

Posted 2014-06-05T10:21:03.313

Reputation: 36

What is your configuration? I think starting with Win7 (both client and server), input redirection is enabled: http://msdn.microsoft.com/en-us/library/gg154341(v=WinEmbedded.70).aspx

– cdavid – 2014-06-05T23:42:07.297

I was earlier using a Windows 7 machine to mstsc to an XP machine, which does not allow audio redirection for recording. With both machines Windows 7 this is possible. Thanks. – Rishabh – 2014-06-06T11:33:02.673

I will add this as a response. Please accept it. – cdavid – 2014-06-06T16:45:08.377

Answers

0

Windows 7 introduced input redirection. Connecting from Win 7 to Win XP does not support input redirection.

http://msdn.microsoft.com/en-us/library/gg154341(v=WinEmbedded.70).aspx

cdavid

Posted 2014-06-05T10:21:03.313

Reputation: 845