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

Manually Create a SSL Certificate with LetsEncrypt

Step 1: Install certbot-auto mkdir /etc/letsencryptcd /etc/letsencrypt/wget chmod a+x certbot-auto Step 2: Create the Cert…

Linux: RSYNC Examples

Following are a few practical uses of this command: # Copying from a Local Directory…

An Issue with RSA Key On CentOS 8

Error message seen by checking SSH Daemon status: [root@linux1 testadmin]# service sshd statusRedirecting to /bin/systemctl…