Bug 491295 - Missing support for audio redirection (output and input)
Summary: Missing support for audio redirection (output and input)
Status: REPORTED
Alias: None
Product: KRdp
Classification: Plasma
Component: general (show other bugs)
Version: 6.1.3
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-05 10:29 UTC by Neal Gompa
Modified: 2024-08-05 10:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)