Posted On October 6, 2020

Redirecting Microphone through Remmina RDP Sessions

kimconnect 2 comments
blog.KimConnect.com >> Linux >> Redirecting Microphone through Remmina RDP Sessions

Update 11/29/2020: the ‘redirect local microphone’ option is now simply a check-mark on Remmina version 1.4.2. There’s no longer a need to paste these lines as shown below.

On certain linux hosts, microphones may not automatically pass through RDP sessions being facilitated by Remmina. In which case, it’s necessary to manually input one of these 2 values (not both) in the RDP config window:

sys:pulse,format:1,quality:high
sys:alsa,format:1,quality:high

2 thoughts on “Redirecting Microphone through Remmina RDP Sessions”

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Installing VMWare Tools on Linux Guest Virtual Machines

Installation Process # Installing VMWare Tools mkdir /mnt/cdrom mount /dev/cdrom /mnt/cdrom cp /mnt/cdrom/VMwareTools-*.tar.gz /tmp/ cd…

Installing Apache on Centos 7

The easy methodsudo yum clean allsudo yum -y updatesudo yum -y install httpd php-pearsudo firewall-cmd…

VmWare Workstation 6, Linux disk expansion

Run the disk expansion command: "C:\Program Files\VMware\VMware Workstation\vmware-vdiskmanager" -x 60Gb "D:\My Virtual Machines\Centos 5.2 Test3\Red…