xfreerdp: add sound example (#7634)

feature/windows-fix-syntax-2
HazemBZ 2022-01-10 06:25:40 +01:00 committed by GitHub
parent 318b5aae91
commit a136aec126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`