Bug 491295

Summary: Missing support for audio redirection (output and input)
Product: [Plasma] KRdp Reporter: Neal Gompa <ngompa13>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: REPORTED ---    
Severity: normal CC: ahiemstra
Priority: NOR    
Version: 6.1.3   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Neal Gompa 2024-08-05 10:29:08 UTC
SUMMARY
I've been trying out KRDP and while it works quite well, one big missing feature compared to GNOME Remote Desktop is audio redirection. If I'm watching a video or playing a game, I would expect audio to work here, both output (playback) and input (recording).

STEPS TO REPRODUCE
1. Set up KRDP
2. Connect to it using Remmina or Microsoft Terminal Services Client

OBSERVED RESULT
Screen and clipboard works, but there is no audio.

EXPECTED RESULT
Screen, clipboard, and audio works. Local microphone is connected to the remote session.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora Linux 40 (KDE Plasma)
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2

ADDITIONAL INFORMATION
GNOME Remote Desktop's implementation of audio redirection:
* Playback/Output: https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/merge_requests/104
* Recording/Input: https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/merge_requests/195

(More potentially related merge requests: https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/merge_requests?scope=all&state=all&search=audio)