diff --git a/xrdp.md b/xrdp.md index 9e8eb3f..8134e51 100644 --- a/xrdp.md +++ b/xrdp.md @@ -48,4 +48,17 @@ ResultInactive=no ResultActive=yes ``` -You need root permissions to create files at this location! \ No newline at end of file +You need root permissions to create files at this location! + +## Audio redirection + +*Tested on Debian 12* + +With only installing xrdp server you don't have audio redirection. +For that you have to build and install some pulseaudio modules (more information [here](https://git.bs.b-eit.de/bucde/notes_pulseaudio-module-xrdp#overview)). + +I have created [this](https://git.bs.b-eit.de/bucde/notes/src/branch/master/scripts/install_xrdp_pulseaudio_module) script, which download, build and install these pulseaudio modules. + +Prerequisites to run this script: + +* Working xrdp server \ No newline at end of file