diff options
author | Koichiro IWAO <meta@vmeta.jp> | 2017-12-26 01:28:33 +0900 |
---|---|---|
committer | metalefty <meta@vmeta.jp> | 2017-12-26 09:26:51 +0900 |
commit | 001cb3e2c6d38f22a1d7611efbc66ba53b460d26 (patch) | |
tree | 38c53d170e097f2cfc9a4e563b9bfd570a5dbd6d | |
parent | 93481365d1c61c8b6b53fe026e16107eaffb6497 (diff) | |
download | xrdp-proprietary-001cb3e2c6d38f22a1d7611efbc66ba53b460d26.tar.gz xrdp-proprietary-001cb3e2c6d38f22a1d7611efbc66ba53b460d26.zip |
README: add a link to wiki, how to set up audio redirection
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 ``` |