mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[GH-ISSUE #226] Sound can't be make to work with RemoteApp #197
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#197
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 (Apr 2, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/226
Originally assigned to: @VShawn on GitHub.
Is your enhancement related to a problem? Please describe.
I have foobar2k on my media center. I created RemoteApp and it works, but sound is not played on remote side. If I create the standard RDP connection and check sound option Remote, it works.
Describe the solution you'd like
Add Sound options just like with regular RD, and/or advanced mstsc settings and/or all RD options.
@majkinetor commented on GitHub (Apr 2, 2022):
I managed to make it work by creating RDP file with Remote App Tool then adding to it
audiomode:i:1. This proves that setting works, it just need to be available within PRM.@VShawn commented on GitHub (Apr 6, 2022):
nicely done, I‘ll check it latter
@VShawn commented on GitHub (Apr 9, 2022):
https://github.com/VShawn/PRemoteM/blob/0.6.2_fix/PRM.Core/Protocol/RDP/ProtocolServerRemoteApp.cs#L67-L79
It's a bug that I set audiomode twice
@VShawn commented on GitHub (Apr 19, 2022):
It's strange that according to the documentation
audiomode:i:optionaudiomode:i:1means sounds will be play on the server,you sure it works?
@majkinetor commented on GitHub (Apr 19, 2022):
Yeah, and that is how it should work based on documentation you provided - I wanted it to play on remote computer.
@VShawn commented on GitHub (Apr 21, 2022):
Ahh... that's how you use the remote app.
I decided to make an option for remote app.
@majkinetor commented on GitHub (Apr 21, 2022):
Nice. Thx
@VShawn commented on GitHub (Apr 21, 2022):
nonono...I've not commit this
@majkinetor commented on GitHub (May 14, 2022):
I can confirm that this works.