On Thu, Dec 12, 2019 at 9:09 PM Paul Azad <[email protected]> wrote: > Hi > > FreeRDP's cli has a many parameters that can be specified - such as > /network or other ones? >
Guacamole's RDP support does not use the "xfreerdp" client but the core RDP library that powers FreeRDP's xfreerdp client. As such, Guacamole does not use any of FreeRDP's CLI parameters; it maps its own parameters onto the underlying settings structure that the xfreerdp client also maps some parameters to. In some cases, such as sound, drive redirection, and support for static virtual channels, Guacamole's parameters actually correspond to Guacamole-specific components, with those parts of the RDP support relying on our own implementation. If you're looking for additional configuration options, your best reference is the manual. It contains an exhaustive list of all available connection parameters. As each of these parameters is specific to Guacamole, not FreeRDP, it is best to conceptualize those parameters exactly as they are documented and purely in context of Guacamole, not as a mapping to a FreeRDP parameter. http://guacamole.apache.org/doc/gug/configuring-guacamole.html#rdp - Mike
