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

Wireshark Overview

SysAdmins, InfoSec, and Network Engineers often use this tool to troubleshot and detect network activities…

Creating a RAM Disk on a Linux Instance of AWS

This information has already been conveyed in another post regarding a method to overcome MySQL…

Linux Filesystem Hierarchy Standard (FHS)

/bin : binaries to run fundamental Linux functions/boot : boot partition/cdrom : legacy mounting point/dev…