On Fri, Jan 12, 2018 at 1:33 AM, Alexey F. <alex...@gmail.com> wrote:
> > Hi guys, > > I have added "static-channel" param to add a new virtual channel to my rdp > session. > But it *does not* call onpipe callback in *IE11 *for some reason.* On > Firefox and Chrome everything works.* > May be I am missing some settings ... because I do not see any issues for > IE11 regarding this functionality in jira. > As far as Guacamole itself is concerned, there isn't (or shouldn't be) anything browser specific about the invocation of onpipe: https://github.com/apache/guacamole-client/blob/00d464b51181d04e123472050833aa265dfdfee2/guacamole-common-js/src/main/webapp/modules/Client.js#L1250-L1266 In the case where you're expecting onpipe to be invoked but it isn't, have you confirmed that the "pipe" instruction is actually being sent? What do the logs from guacd look like when this fails vs. when it works as you expect? - Mike