From 0c050bb8cde65b0ac368f06bfd5ec36cccf87a83 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Fri, 9 Jun 2017 09:49:11 +0200 Subject: [PATCH] Add description for available plugins The man pages lack info about available plugins and its functionality. Add description for available plugins and their parameters. It is based on info from upstream wiki pages: https://github.com/FreeRDP/FreeRDP/wiki/Plugins https://github.com/FreeRDP/FreeRDP/wiki/CommandLineInterface Removed mention about ALSA mixer support since it is not built in RHEL. --- client/X11/xfreerdp.1.xml | 140 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 136 insertions(+), 4 deletions(-) diff --git a/client/X11/xfreerdp.1.xml b/client/X11/xfreerdp.1.xml index 6ccf42fc8..3b1dc675e 100644 --- a/client/X11/xfreerdp.1.xml +++ b/client/X11/xfreerdp.1.xml @@ -438,10 +438,134 @@ - --plugin pluginname - - - load pluginname + --plugin plugin [--data data --] + + + Load one of the following plugin: + + + cliprdr + + + Synchronize client and server clipboard data. + + + + + drdynvc --data subplugin [subplugin ...] -- + + + Enable multimedia redirection. + The subplugin must be one of the following: + + + + audin + + + Redirect audio recording device to the server. + + + + + tsmf + + + Enable video redirection. The --plugin rdpsnd needs to be enabled as well. + + + + + + + + rdpsnd [--data [subplugin] [latency:latency] --] + + + Enable audio output using one of the following subplugin and with a given latency in ms: + + + + pulse + + + Use PulseAudio mixer. + + + + + + + + rail --data executable[:workingdir[:arguments]] -- + + + Launch one executable in a workingdir with given arguments. + You must use --app before you can use rail. + + + + + rdpdbg + + + Enable debugging virtual channel. + + + + + rdpdr --data subplugin [subplugin ...] -- + + + Redirect filesystem devices on your client to the server. + If you want any redirection to work with Windows Server 2012 and newer you must use --plugin rdpsnd before you use any rdpdr options. + The subplugin must be one of the following: + + + + drive:name:path + + + Redirect system path as disk with name. + + + + + smartcard[:name] + + + Redirect smartcard with name. + + + + + serial:port:device + + + Redirect serial device (e.g. /dev/ttyS0) to port (e.g. COM0). + + + + + parallel:port:device + + + Redirect parallel device (e.g. /dev/lp0) to port (e.g. LPT0). + + + + + printer:cupsname:drivername + + + Redirect printer with cupsname and drivername. + + + + + + + -- 2.14.1