Hi Nick, thank you for your response.
I tried with two clients, one is exactly this on https://github.com/apache/guacamole-client/tree/master/doc/guacamole-example, the other one uses guacamoli-lite. The HTML file is basically the same for both, the only difference is the tunnel creation. I didnt' contacted guacamole-lite's author yet because I'm not sure where the problem lies. I can try though. On Fri, Jul 19, 2019 at 12:22 PM Nick Couchman <[email protected]> wrote: > 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 > >> -- [image: Kopjra Logo] *Enrico D'Angelo* Senior Software Engineer +39 338 759 6369 [email protected] *Kopjra Srl* www.kopjra.com
