HOWTO: RDP from linux to windows with audio support

what you need to hear sounds on linux box connected to Windows Remote Desktop using RDP (Remote Desktop Protocol) connection?

You need linux machine with
1. Xorg
2. ALSA support (e.g. alsa-plugins-pulseaudio installed)
3. FreeRDP client

start RDP client with following command line parameters
# xfreerdp /sound:sys:alsa /u:<USERNAME> /v:<WINDOWS_HOST>


Enjoy your remote sound!

No comments:

Asterisk AST_SORCERY function

 AST_SORCERY gets a field from a sorcery object. Sorcery is always created for PJSIP aors, endpoints and identifies in asterisk. It allows y...