summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/pulse
diff options
context:
space:
mode:
authorLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2014-01-17 19:40:13 -0800
committerLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2014-01-17 19:40:13 -0800
commit33e6c7a83454e5bf38f33b056698cbfcd72be427 (patch)
tree3dfe015bb0fa8a88784382e4c8044993e5f2b6c8 /sesman/chansrv/pulse
parent522cedf12e3224bc95b29eb846e7188947576a6c (diff)
downloadxrdp-proprietary-33e6c7a83454e5bf38f33b056698cbfcd72be427.tar.gz
xrdp-proprietary-33e6c7a83454e5bf38f33b056698cbfcd72be427.zip
pulseaudio: fixed some build issues
Diffstat (limited to 'sesman/chansrv/pulse')
-rw-r--r--sesman/chansrv/pulse/pulse-notes.ubuntu.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/sesman/chansrv/pulse/pulse-notes.ubuntu.txt b/sesman/chansrv/pulse/pulse-notes.ubuntu.txt
index 053a0022..18a3768f 100644
--- a/sesman/chansrv/pulse/pulse-notes.ubuntu.txt
+++ b/sesman/chansrv/pulse/pulse-notes.ubuntu.txt
@@ -20,8 +20,8 @@ o append the following line to /etc/apt/sources.list
#deb http://archive.getdeb.net/ubuntu precise-getdeb games
deb http://drbl.sourceforge.net/drbl-core drbl stable
deb-src http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
-
- NOTE: If you get an error message that goes something like this:
+
+ NOTE: If you get an error message that goes something like this:
E: You must put some 'source' URIs in your sources.list
@@ -41,7 +41,7 @@ o run these commands in your home directory
o edit Makefile and point PULSE_DIR to ~/pulseaudio<version> dir
-o run make; the outputs will be
+o run make; the outputs will be
module-xrdp-sink.so
module-xrdp-source.so
@@ -49,6 +49,14 @@ o sudo cp module-xrdp-sink.so /usr/lib/pulse-<version>/modules
sudo cp module-xrdp-source.so /usr/lib/pulse-<version>/modules
note: on a 64bit machine use lib64 instead of lib
+o if you build xrdp with --enable-load_pulse_modules, then the above modules
+ will get loaded automatically when xrdp starts. However if --enable-load_pulse_modules
+ is not used, then you need to edit /etc/pulse/default.pa and insert the following
+ two lines into it:
+
+ load-module module-xrdp-sink
+ load-module module-xrdp-source
+
--------------------------------------
To test sound/microphone redirection
--------------------------------------