mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 09:35:44 +02:00
xfreerdp: add sound example (#7634)
This commit is contained in:
parent
318b5aae91
commit
a136aec126
1 changed files with 4 additions and 0 deletions
|
@ -6,3 +6,7 @@
|
|||
- Connect to a FreeRDP server:
|
||||
|
||||
`xfreerdp /u:{{username}} /p:{{password}} /v:{{ip_address}}`
|
||||
|
||||
- Connect to a FreeRDP server and activate audio output redirection using `sys:alsa` device:
|
||||
|
||||
`xfreerdp /u:{{username}} /p:{{password}} /v:{{ip_address}} /sound:{{sys:alsa}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue