| Summary: | No sound on local computer over xfeerdp session | ||
|---|---|---|---|
| Product: | [Applications] krdc | Reporter: | Geert Janssens <info> |
| Component: | general | Assignee: | Urs Wolfer <uwolfer> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | acelan, bugs.kde.org, ctrlaltca, dabbill, rdieter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/network/krdc/-/commit/3ad8c3dfde8503bea748d4e26610d44ea5805b82 | Version Fixed/Implemented In: | 23.12 |
| Sentry Crash Report: | |||
| Attachments: | Fix the rdp audio issue | ||
|
Description
Geert Janssens
2015-11-05 20:50:48 UTC
Can you reproduce this issue when you start xfreerdp from command line (with the correct parameters)? I can confirm that using KRDC that I get no sound from Windows VM. When I launch from command line with "xfreerdp /u:username /p:SuperSecretPassword /v:MyCoolIP /sound:sys:pulse /w:1440 /h:900" I get sound from the VM just fine. Created attachment 97000 [details]
Fix the rdp audio issue
I've tested the patch on my qemu vm(win10), both options work for me.
krdc(7127)/krdc (RDP backend) RdpView::start: Use FreeRDP 1.1+ compatible arguments
krdc(7127)/krdc (RDP backend) RdpView::start: Starting xfreerdp with arguments: "-decorations /w:1816 /h:1247 +smart-sizing /kbd:0x00000409 /u:acelan /parent-window:153092138 /bpp:24 /audio-mode: 0 /sound:sys:alsa /drive:media,/home/acelan /network:lan /rfx /cert-ignore +clipboard /port:3389 /v:192.168.2.118"
and
krdc(7127)/krdc (RDP backend) RdpView::start: Use FreeRDP 1.1+ compatible arguments
krdc(7127)/krdc (RDP backend) RdpView::start: Starting xfreerdp with arguments: "-decorations /w:1800 /h:1231 +smart-sizing /kbd:0x00000409 /u:acelan /parent-window:153092217 /bpp:24 /audio-mode: 0 /sound:sys:pulse /drive:media,/home/acelan /network:lan /rfx /cert-ignore +clipboard /port:3389 /v:192.168.2.118"
Ack on 16.04 LTS. krdc runs # xfreerdp -decorations /w:1024 /h:768 /kbd:0x00000809 /u:administrator /parent-window:25166409 /bpp:24 /audio-mode:0 /drive:media /tmp /network:broadband /rfx /cert-ignore +clipboard /port:3389 /v:ispring.evcloud.co.uk /p: But this works # xfreerdp /u:administrator /v:ispring.evcloud.co.uk /sound:sys:pulse /w:1024 /h:768 /bpp:24 /drive:media /tmp /network:broadband /rfx /cert-ignore +clipboard Tom, Are you saying that the krdc/rdp on 16.04 doesn't work? Can you also provide the krdc version on 16.04? Thanks. 16.04 uses KRDC Version 4.14.16 with KDE Development Platform 4.14.16 And, yes, no audio with the command line KRDC uses (as seen in ps). Making the change suggested and invoking by hand sounds works fine. Thank you for reporting this bug in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! For me this is fixed. I'm currently running Fedora 36, which ships freerdp-2.8.0-1.fc36.x86_64. For my part this can be closed, though I don't know if that's something I should do now or leave for the maintainers. So I have set the status back to reported to be on the safe side. |