Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Remote Audio Over RDP in Windows 2008  (Read 3390 times)

0 Members and 1 Guest are viewing this topic.

nikhiln

  • Guest
Remote Audio Over RDP in Windows 2008
« on: November 24, 2013, 07:04:18 pm »
Here I will provide you the steps to get sound from my Windows 2008 box through an RDP. Is't interesting.  ;D
let's start  8)

Configure The Server

1) Open Windows Services (Start -> Run -> Services.msc)

2) Change the properties of the Windows Audio Endpoint Service and Windows Audio Service to “Automatic”. If the   services are not already started, you can manually start them at this time.

3) Open Terminal Services ( Start -> Run -> tsconfig.msc)

4) Right-click on the RDP-TCP connection and bring up its properties. Go to the “Client Settings” and make sure that on “Redirection Audio” is not disabled.

5) Fully log out and log back into the RDP connection to the server. You will see a balloon error on your speaker icon that states “No Audio Output Device is installed.”


Configuring Registry

IMP : You will now need to back up your registry and some registry changes.

1) Log into your server on an account with Administrator rights, and open regedit (Start -> Run -> regedit)

2) Export the current registry (from the “File” menu) and copy it to a location off of your server so you have it backed up.

3) Locate the following key: HKEY_CLASSES_ROOT\AudioEngine\AudioProcessingObjects.
    This will contain several subkeys all each named with a GUID.

4) Click on each subkey, then right-click and select “Permissions.” You will then click on the “Advanced” button and the     “Owner” tab. The current owner should be listed as “TrustedInstaller.”

5) Select the Administrative account and/or group from the list and click “OK” to change the ownership.

6) Select the account you just chose and give it “Full Control,” then click “OK.”

7) In the “Detail” box of each subkey, double-click on the DWORD value “MinOutputConnections” and change it from 1 to 0, then click “OK.”

8) Once you have done this for each subkey in HKEY_CLASSES_ROOT\AudioEngine\AudioProcessingObjects,
    you can close regedit and restart the Windows Audio and Windows Audio Endpoint services.


Configuring Your RDP Client

Now that you have everything ready on the server, you just need to make sure your RDP client recognizes the audio. Log off of the server so you can configure your RDP client. Open RDP, go to the “Options” menu, and under “Local Resources,” select “Configure Remote Audio Settings.” Select “Play on this Computer,” and hit “OK.”

You now should be able to hear sound from your Windows 2008 RDP connection.  ;)