This page is not completed
All plugins can be used by adding parameter --plugin <plugin name>
in command line. But some plugins have extra parameters (sub-plugins). A
plugin may have one or more parameters followed by its extra
parameters.
Note: Extra parameters are triggered with '--data' and must be trailed for each plugin with '--' to mark the end of extra parameters for a particular plugin.
E.g.: xfreerdp --plugin rdpsnd --data alsa latency:50 -- --plugin drdynvc --data tsmf audin -- serveradress
--plugin cliprdr
- Synchronize client and server clipboard data--plugin rdpsnd --data alsa --
- use ALSA system--plugin rdpsnd --data pulse --
- use PulseAudio--plugin rdpsnd --data latency:50 --
- use rdpsnd with a given latency in ms --plugin rdpdr --data disk:<Name>:<Path> --
- redirect system <Path> as disk with name <Name>
Note: With freerdp version 1.0.2 the parameter "disk" is going to be replaced by "drive" for compatibility reasons to MS RDP.
--plugin rdpdr --data smartcard:<name> --
- redirect smartcard with name <Name>
--plugin rdpdr --data serial:<serialport>:<device> --
- Redirect serial port (e.g. COMx) to the server
--plugin rdpdr --data parallel:<parallelport>:<device> --
- Redirect parallel port (e.g. LPTx) to the server
--plugin rdpdr --data printer:<printername>:<driver> --
- Redirect one or more printers to the server
If both <printername> and <driver> are omitted, the printer sub-plugin will automatically redirect all CUPS printers using the default PostScript driver "MS Publisher Imagesetter".
--plugin drdynvc --data tsmf --
- enable multimedia redirect (note: read more on the MMR site of this wiki)--plugin drdynvc --data tsmf:decoder:gstreamer --
- use gstreamer as media decoder.
That tsmf can be used rdpsnd needs to be enabled (eg --plugin rdpsnd --data alsa --) as well.--plugin drdynvc --data audin --
- enable audio-in redirect (microphone)--app --plugin rail --data "<exe_or_file>:<working_dir>:<arguments>" --
- Start RDP in RemoteApp mode, to launch only one application in seamless modeHeaders
# This is an <h1> tag ## This is an <h2> tag ###### This is an <h6> tag
Text styles
*This text will be italic* _This will also be italic_ **This text will be bold** __This will also be bold__ *You **can** combine them*
Unordered
* Item 1 * Item 2 * Item 2a * Item 2b
Ordered
1. Item 1 2. Item 2 3. Item 3 * Item 3a * Item 3b
Images
![GitHub Logo](/images/logo.png) Format: ![Alt Text](url)
Links
http://github.com - automatic! [GitHub](http://github.com)
Blockquotes
As Kanye West said: > We're living the future so > the present is our past.
Syntax highlighting with GFM
```javascript function fancyAlert(arg) { if(arg) { $.facebox({div:'#foo'}) } } ```
Or, indent your code 4 spaces
Here is a Python code example without syntax highlighting: def foo: if not bar: return true
Inline code for comments
I think you should use an `<addr>` element here instead.