xfreerdp: add sound example (#7634)

This commit is contained in:
HazemBZ
2022-01-10 06:25:40 +01:00
committed by GitHub
parent 318b5aae91
commit a136aec126

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