On Fri, Jul 19, 2019 at 4:18 AM Enrico D'Angelo <[email protected]> wrote:
> Hello, > > I have some problems getting audio output to work when connecting through > RDP. > I'm using guacd version 1.0.0 and a linux image already configured > configured. Here is my docker-compose file: > > version: '3.7' > services: > guacd: > image: guacamole/guacd:1.0.0 > ports: > - "48220:4822" > xfce4: > image: danielguerra/xfce4-rdp-audio > ports: > - 33890:3389 > shm_size: '2gb' > > The same linux image works perfectly using guacamole webapp or another RDP > client. > This would point to something on the client side, and, given your statement below, that you're trying both a custom client and the guacamole-lite one, I would say that those would be the places to look. If you can share your custom code, someone might be able to take a look and see where it might be going wrong. I'm not familiar with guacamole-lite, at all - I seem to recall the person who wrote it posting to the list a while back, but it looks like it's a couple of years old. Have you tried reaching out to them to see if they expect that audio works? -Nick >
