[GH-ISSUE #226] Sound can't be make to work with RemoteApp #197

Closed
opened 2026-02-26 11:57:10 +03:00 by kerem · 9 comments
Owner

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.

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.
kerem 2026-02-26 11:57:10 +03:00
Author
Owner

@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.

<!-- gh-comment-id:1086677268 --> @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.
Author
Owner

@VShawn commented on GitHub (Apr 6, 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.

nicely done, I‘ll check it latter

<!-- gh-comment-id:1089599378 --> @VShawn commented on GitHub (Apr 6, 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. nicely done, I‘ll check it latter
Author
Owner

@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

<!-- gh-comment-id:1093525875 --> @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
Author
Owner

@VShawn commented on GitHub (Apr 19, 2022):

It's strange that according to the documentation

audiomode:i: option

  • 0: Play sounds on the local computer (Play on this computer)
  • 1: Play sounds on the remote computer (Play on remote computer)
  • 2: Do not play sounds (Do not play)

audiomode:i:1 means sounds will be play on the server,

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.

you sure it works?

<!-- gh-comment-id:1101879384 --> @VShawn commented on GitHub (Apr 19, 2022): It's strange that according to the documentation `audiomode:i:` option - 0: Play sounds on the local computer (Play on this computer) - 1: Play sounds on the remote computer (Play on remote computer) - 2: Do not play sounds (Do not play) `audiomode:i:1` means sounds will be play on the server, > 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. you sure it works?
Author
Owner

@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.

<!-- gh-comment-id:1102752775 --> @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.
Author
Owner

@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.

image

<!-- gh-comment-id:1104926842 --> @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. ![image](https://user-images.githubusercontent.com/10143738/164421741-6faa1437-e098-4492-8efd-d380a23a7c46.png)
Author
Owner

@majkinetor commented on GitHub (Apr 21, 2022):

Nice. Thx

<!-- gh-comment-id:1105054106 --> @majkinetor commented on GitHub (Apr 21, 2022): Nice. Thx
Author
Owner

@VShawn commented on GitHub (Apr 21, 2022):

nonono...I've not commit this

<!-- gh-comment-id:1105112926 --> @VShawn commented on GitHub (Apr 21, 2022): nonono...I've not commit this
Author
Owner

@majkinetor commented on GitHub (May 14, 2022):

I can confirm that this works.

<!-- gh-comment-id:1126722232 --> @majkinetor commented on GitHub (May 14, 2022): I can confirm that this works.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#197
No description provided.