mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #81] Sound stops working on remote machine #1984
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1984
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @majkinetor on GitHub (Feb 8, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/81
Originally assigned to: @VShawn on GitHub.
Describe the bug
I set up connection to my media center on Windows and as soon as I connect sound stops working.
The connection settings
The native RD seting
It looks like PRM has only 2 settings (play on host/do not play) while it needs 3.
Expected behavior
The sound shouldn't stop playing on remote machine, just like it doesn't do on native RD when above option is set.
Desktop (please complete the following information):
@VShawn commented on GitHub (Feb 18, 2021):
this might fix only if we set line 158 to "1", no new options needs to add.
Is this ambiguous in your opinion? text will get cut off if I wrote whole statement "Play on remote computer"

@majkinetor commented on GitHub (Feb 18, 2021):
Why not using single combobox and add 3 options ? That will solve your current interface and translation problems
unless its possible to play both local and remote (I 99% sure it isn't)
That solution is semantically incorrect - you can't enable sound in branch that should be run if sound is disabled :) Go with the combo IMO. Its equiv to RDP native radio group but its way easier and non problematic in visual aspects.
FYI @VShawn
You can also link to the file directly instead of using screenshot, like this:
github.com/VShawn/PRemoteM@1cfa90ec43/PRM.Core/Protocol/RDP/Host/AxMsRdpClient09Host.xaml.cs (L143-L159)@VShawn commented on GitHub (Feb 18, 2021):
ok... do it latter
I knew, just lazy to find the file on GitHub 😓
@majkinetor commented on GitHub (Feb 18, 2021):
I supposed that, and its OK. Perhaps you missed that Go to file lets you do that by typing couple of letters... in this case
axh:)@VShawn commented on GitHub (Feb 19, 2021):
it works
thanks for the tip!