Hi Matthew,
thanks for your input. I played around with Griffon's script again,
nothing new. I could very well imagine there's a package missing. But
then again - it works neither on my rental server, nor on VMs at home.
Its probably something huge but, as the Russians say, there's a little
devil sitting on the solution, making it invisible for me. XD
Cheers,
Thorsten
Am 01.09.24 um 04:23 schrieb Matthew Lawson:
icke,
Good news -- rdp sound works on bare metal, too. I toyed around with
a couple of Debian 12 servers w/ XFCE installed on DigitalOcean this
evening. After running `./xrdp-installer-1.5.1..sh -c -s`, rebooting,
and then using Remmina to connect, sound came through just fine. The
Remmina connection has an option for "Local" under "Audio Output" on
the Advanced tab.
Also note that although DO's Debian 12 image includes wget and
lsb-release (unlike the Incus image), it does *not* include dbus-x11.
That package is needed to properly start the xfce windows session, so
it needs to be installed if you use DO.
Hope this helps.
~ML
On Sat, Aug 31, 2024 at 6:34 PM Matthew Lawson
<m3.lawson...@gmail.com> wrote:
icke,
This may or may not help b/c I'm using linux containers, but...
I just finished setting up remote access with sound through guac
to a linux container (Incus) running Debian12+xfce. I leaned on
the c-nergy script Askew mentioned. I use the `-c` flag so the
script builds a version customized to the target OS and the `-s`
flag for sound (natch).
That is, using this command: `./xrdp-installer-1.5.1.sh
<http://xrdp-installer-1.5.1.sh> -c -s`
Heads up: the c-nergy script depends on a couple of packages that
might not be in your base Debian distribution. For instance, the
Incus Debian 12 image does not include wget or lsb-release
(lsb-release is used to ID the OS -- without it, the script exits
with an error message).
Good luck.
~ML