On Fri, Jul 19, 2019 at 8:07 AM Enrico D'Angelo <[email protected]> wrote:
> 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. > > Looking at this example, I'm not sure it actually implements audio. If you look at the code for the full client, particularly the ManagedClient.js file ( https://github.com/apache/guacamole-client/blob/master/guacamole/src/main/webapp/app/client/types/ManagedClient.js) you'll see that there's a decent amount of setup that goes into the client, including several audio and video-specific parameters that get passed through the tunnel and on to guacd. I've never played with the example, or attempted to write my own, but I suspect that the example is a very stripped-down version of the client that is not expected to support audio. -Nick >
