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

Linux Notes Dump (From 100 Years Ago)

1) LinuxFix Flash Firefox Freezingsudo mkdir /etc/adobeecho "OverridePGUValidation=true" >~/mms.cfgsudo mv ~/mms.cfg /etc/adobe/sudo apt-get install flashplugin-nonfreeInstall…

Apache HTTPd

# Install Apacheyum install httpd# Configure Apachevim /etc/httpd/conf/httpd.conf##### Change portNameVirtualHost 127.0.0.1:8080Listen 127.0.0.1:8080######### Set DocumentRootDocumentRoot "/var/www/kimconnect"######…

Some MySQL Admin Stuff

make sure it's running ps -ef | grep mysql Creating MySQL DB HOWTO on creating…