I'm connecting to a remote device running ubuntu 22.04 + kde + xrdp.
My understanding is that, to get audio forwarded through rdp, I need to install a pulseaudio plugin for xrdp. So far I've tried:
- build & install pulseaudio-module-xrdp from source
- use an installer script from this blog
- kill and restart
pulseaudio, logout and reboot - add the user to the
audiogroup
None of these work. They did install some .so, but on the Audio Volume panel it always says "No output or input devices found".
What should I do next? Do I need to modify any config to enable something? Or was I just fundamentally on the wrong way?