I’ve had a little problem few days ago with a client. The problem involved audio in Terminal services environment.
They wanted to redirect audio from Terminal server to client machine via RDP connection. This is not a big deal since Windows 2003 supports audio redirection over RDP.
Both computers need to have a sound card. No sound card = no sound. It may sound confusing but a sound card on server is required because we are going to redirect the sound to the client over RDP connection.
A sound card on the server is needed because we will redirect sound from the audio driver that is generated on the server over RDP connection to the audio that is on the client. It is a bit hard to explain but sound must exist on the server to forward it to the client.
Default settings:
RDP audio is by default disabled on the server. Please check your options on Terminal services configuration in Administrative tools. The option for controlling RDP audio is under client settings (at the bottom). By default this option is checked which means audio over RDP is disabled.
Step by step server configuration:
- Go to Terminal Services Configuration in Administration tools.
- In Connections choose properties for RDP-TCP protocol
- Go to Client Settings tab, and under “Disable the following:” UNCHECK “Audio mapping” option.
- Confirm everything.
Step by step client configuration:
In Remote desktop client go to the local resources tab and then make sure “Bring to this computer” is selected under remote computer sound.
Now open a connection to your Terminal server. You will be able to hear a sound played on your server.
Tags: redirecting audio to client



[...] news by Frane Borozan document.write(“”); This entry is filed under Citrix terminal servers. You can follow any [...]
[...] news by unknown document.write(“”); This entry is filed under Citrix terminal servers. You can follow any [...]
A sound card is not required on the server — at least not in Server 2003 and later. You may need to enable some services and massage some registry entries, though:
http://www.cyberciti.biz/faq/windows-2003-2008-enable-audio-over-rdp/
Likewise, Audio Redirection is disabled by default in Server 2008 and later. You can change this in the GPO:
http://www.computing.net/answers/windows-2003/remote-desktop-audio/339.html
Or via the Terminal Services configuration panel:
http://knowledgelayer.softlayer.com/questions/456/Enabling+Audio+over+RDP+on+a+Windows+Server,+sans+hardware+soundcard
Hope this helps…
I followed these directions and now have sound on the client. However, it’s echoing 4 or 5 times, so you can’t really understand it.