Re: Virtual or Dyanmic Channels support

2017-11-11 Thread Amarjeet Singh
Hi Mike, I really appreciate the guidance you have provided me which helped me alot. Now, it's working Below is the handling I have done :- client.onpipe = function(input_stream, mimetype, name) { > > if (name == "hyprint") { > > reader = new Guacamole.ArrayBufferReader(input_stream); > reader.o

Re: Virtual or Dyanmic Channels support

2017-11-11 Thread Mike Jumper
On Sat, Nov 11, 2017 at 4:51 AM, Amarjeet Singh wrote: > ... >> >> *Nov 11 07:46:04 localhost guacd[7887]: Inbound half of channel "hyprint" >> connected.* > > This is not an error, but an informative message that the inbound pipe stream (the pipe from the browser to the server) for your channel

Re: Virtual or Dyanmic Channels support

2017-11-11 Thread Amarjeet Singh
Hi Mike, I read the documents and I am able to connect the hyprint module but there is an error in guacd which is as follows :- Nov 11 07:45:59 localhost guacd[7887]: Loading keymap "en-us-qwerty" > > *Nov 11 07:45:59 localhost guacd[7887]: Created static channel > "hyprint"...Nov 11 07:45:59 lo