forked from FreeRDP/FreeRDP
-
Notifications
You must be signed in to change notification settings - Fork 0
Plugins
BUGgs edited this page Oct 9, 2012
·
11 revisions
This page is not completed
- audin - Audio Input Redirection Virtual Channel Extension
- cliprdr - Clipboard Virtual Channel Extension
- drdynvc - Dynamic Virtual Channel Extension
- rdpdr - Device Redirection Virtual Channel Extension
- rdpsnd - Audio Output Virtual Channel Extension
- tsmf - Video Redirection Virtual Channel Extension
All plugins can be used by adding parameter --plugin <plugin name>
in command line. But some plugins has extra parameters.
-
--plugin cliprdr
- Synchronize client and server clipboard data
-
--data alsa --
- use ALSA system -
--data pulse --
- use PulseAudio
-
--data disk:<Name>:<Path> --
- redirect system <Path> as disk with name <Name>
-
--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.