FarSight - A universal audio/Video conference tool for Instant Messengers

See AUTHORS

Introduction
-------------------------------------------------------------------------------

Farsight is a library to allow you to easily setup network media streaming, with various forms of NAT traversal
It has support for protocol plugins. Currently only the following work and are well tested:

RTP:
  * ICE connection setup/NAT traversal
  * Multiple codec support, automatically gleamed from the installed codecs
    and payloaders on your system
  * Real-time codec changover
  * Jitter correction

Compilation/Installation on Linux systems
--------------------------------------------------------------------------------

Requirements
------------
- gst-plugins-farsight
- GStreamer >= 0.10
- GLIB >= 2.0 
- GTK+ >= 2.0 (if compiling test program)

Then it's just an ordinary :
./configure
make
make install (as root, unless installing to home dir)
