From 001cb3e2c6d38f22a1d7611efbc66ba53b460d26 Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Tue, 26 Dec 2017 01:28:33 +0900 Subject: [PATCH] README: add a link to wiki, how to set up audio redirection --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddbbf3fa..ce89b78f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ RDP transport is encrypted using TLS by default. ### Access to Remote Resources * two-way clipboard transfer (text, bitmap, file) - * audio redirection + * audio redirection ([requires to build additional modules](https://github.com/neutrinolabs/xrdp/wiki/How-to-set-up-audio-redirection)) * drive redirection (mount local client drives on remote machine) ## Quick Start @@ -114,6 +114,11 @@ make sudo make install ``` +If you want to use audio redirection, you need to build and install additional +pulseaudio modules. The build instructions can be found at wiki. + +* [How to set up audio redirection](https://github.com/neutrinolabs/xrdp/wiki/How-to-set-up-audio-redirection) + ## Directory Structure ```