Ubuntu 20.10 xrdp is installed & configured
This time, I downloaded 14.0 from the following site. https://www.freedesktop.org/wiki/Software/PulseAudio/
Download below
/home/masato/dev/pulse
Since it is tar.xz, unzip it
/home/masato/dev/pulse
tar xf ./pulseaudio-14.0.tar.xz
Cd to the unzipped directory
/home/masato/dev/pulse
cd ./pulseaudio-14.0
Build
/home/masato/dev/pulse/pulseaudio-14.0
sudo ./bootstrap.sh
sudo ./configure
sudo make install
(If the dependency is not resolved, do the following)
sudo apt install git libpulse-dev autoconf m4 build-essential dpkg-dev libsndfile-dev libcap-dev
Move current directory
/home/masato/dev/pulse/pulseaudio-14.0
cd ../
git clone ** xrdp sound modules **
/home/masato/dev/pulse/
git clone https://github.com/neutrinolabs/pulseaudio-module-xrdp.git
Build xrdp sound modules
/home/masato/dev/pulse/pulseaudio-module-xrdp
sudo ./bootstrap
sudo ./configure PULSE_DIR="/home/masato/dev/pulse/pulseaudio-14.0"
#Download first&Specify the unzipped PulseAudio directory
sudo make
Copy the completed file
/home/masato/dev/pulse/pulseaudio-module-xrdp
cd ./src/.libs
# /home/masato/dev/pulse/pulseaudio-module-xrdp/src/.libs
sudo install -t "/var/lib/xrdp-pulseaudio-installer" -D -m 644 *.so
Reboot here
When you open GNOME's ** "Settings" **> ** "Sound" **, it should look like this
** Now there is sound from the client's Windows PC **
PulseAudio Building and Installing PulseAudio From Git xRDP – How to redirect Sound on Ubuntu 18.04 xRDP – Missing packages for Sound Redirection in Ubuntu 19.04 pulseaudio-module-xrdp - github
Recommended Posts