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: How to Convert HEIC to JPEG

First, install certain utilities: sudo apt-get install libheif-examples Second, navigate to a directory where there…

How to Install Selenium for Python on Windows or Linux

Windows # This error would occur if pip is not up to date PS C:\WINDOWS\system32>…

Setup LAMP using RedHat 7

// Add a new user and set it with root privileges: sudo su useradd {root-user}…