=============================================================================
        Description
=============================================================================

Webcam for Remote Desktop is software that allows redirecting webcams from
your local machine to a remote desktop session.

=============================================================================
        Installation and first run
=============================================================================

Download and save ftwebcam-*.tar.gz and ftplugins-*.tar.gz.
Unpack archives to the /opt:

	tar -zxf ftwebcam-*.tar.gz -C /opt
	tar -zxf ftplugins-*.tar.gz -C /opt
	
In some distributions of Linux you need administrator rights for
daemon correct functioning. You must run it as a root:

	$ sudo /opt/ftwebcam/sbin/ftwebcamd -d

or:

	$ su -c /opt/ftwebcam/sbin/ftwebcamd -d

If you want ftwebcamd to launch at system startup you can add the following
lines to the file '/etc/rc.local':

	if [ -x /opt/ftwebcam/sbin/ftwebcamd ]; then
		/opt/ftwebcam/sbin/ftwebcamd -d
	fi

or you can do this in the way preferable for your Linux distribution.

See the ftwebcamd(8) man page for more information.

=============================================================================
        Remote Desktop Client
=============================================================================

Appropriate version of FreeRDP should be installed. Then run once:

	$ sudo /opt/ftplugins/bin/ftrdpbr-setup.sh -i

There are 2 ways of usage.
First, just launch:

	$ /opt/ftplugins/bin/ftlaunch

Second, use FreeRDP directly. It depends on the installed FreeRDP version:

  FreeRDP v1.0:
	$ xfreerdp --plugin ftrdpbr -u USER -p PASSWORD SERVER

  FreeRDP v1.1 and above:
	$ xfreerdp /dvc:ftrdpbr /u:USER /p:PASSWORD /v:SERVER

=============================================================================
        Citrix Session
=============================================================================

Citrix Receiver should be installed. Then run once:

	$ sudo /opt/ftplugins/bin/ftctxbr-setup.sh -i

There are 3 ways of usage.
First, use a web browser with XenServer address:

	http://SERVER/

Second, run the Citrix Receiver directly:

	$ /opt/Citrix/ICAClient/selfservice

Third, if /opt/Citrix/ICAClient/config/appsrv.ini was edited, run:

	$ /opt/Citrix/ICAClient/wfica

=============================================================================
        VMware Horizon Client
=============================================================================

VMware Horizon Client should be installed. Then run once:

	$ sudo /opt/ftplugins/bin/ftpcoipbr-setup.sh -i

Start VMware Horizon Client.

=============================================================================
        Teradici PCoIP Client
=============================================================================

Teradici PCoIP Client should be installed. Then run once:

	$ sudo /opt/ftplugins/bin/ftpcoipbr-setup.sh -i

Start Teradici PCoIP Client.

=============================================================================
        Amazon WorkSpaces
=============================================================================

Amazon WorkSpaces Client should be installed. Then run once:

	$ sudo /opt/ftplugins/bin/ftpcoipbr-setup.sh -i

Start Amazon WorkSpaces Client.
