Re: Sound not working on custom application

2018-12-04 Thread hank08
mjumper wrote > What value(s) are you giving for the client-supported audio mimetypes via > your GuacamoleClientInformation object? If you aren't already doing so, > you > will need to test what audio codecs are supported on the client side and > forward that information through so that the tunnel

Re: Sound not working on custom application

2018-12-03 Thread Mike Jumper
On Mon, Dec 3, 2018 at 11:37 AM hank08 wrote: > I created my own application following Chapter 23 of the guacamole guide. I > implemented it using the websocket tunnel instead of the http tunnel. I am > using rdp to connect to a windows 10 machine. Everything works fine except > for the sound.

Sound not working on custom application

2018-12-03 Thread hank08
I created my own application following Chapter 23 of the guacamole guide. I implemented it using the websocket tunnel instead of the http tunnel. I am using rdp to connect to a windows 10 machine. Everything works fine except for the sound. To implement my custom application I cloned a VM that