<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] NAT and RTCP</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">My hunch
tells me the RTCP ports are dynamically set by the
stack</font></blockquote>
<div><br></div>
<div>Yes, however, the RTP and RTCP ports start at 6970 by default
(see &quot;liveMedia/include/OnDemandServerMediaSubsession.hh&quot;).&nbsp;
(I chose that number because other servers - e.g., Apple's - use the
same number.)&nbsp; RTP ports are always even (so, 6970, 6972, 6974,
...), and RTCP ports are always odd (so, 6971, 6973, 6975, ...).</div>
<div><br></div>
<div>If you have a limit on how many concurrent streams you may be
serving at once, you may be able to arrange port forwarding just for a
small rance of ports, starting at 6970.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>