RTPTUNNEL
---------

Rtptunnel is a program for tunneling UDP packets through a TCP socket.
The internal code is pretty general so you could forward all sorts of
UDP-based stuff, but right now the interface is specialized to
forwarding the RTP/RTCP protocol.

By default, rtptunnel uses 5685 as its TCP port, listens for UDP
packets on ports 5004 and 5005, and forwards them to ports 5004 and
5005.  You'll have to change one of the UDP port sets or otherwise
you'll get a loop.

Forwarded packets will appear to the receiver to be coming from
localhost.

Rtptunnel can be somewhat confusing to set up; more information is
available from the gphone home page, <http://gphone.sourceforge.net/>.

Copyright
---------

rtptunnel was written by Roland Dreier and is distributed under the
GNU General Public License.



$Id: README 1.3 Sat, 04 Dec 1999 16:05:07 -0600 dreier $



Local Variables:
mode: text
End:
