<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div>How does  OnDemand RTSP Server choose RTP-RTCP server ports ?<br>How to configure these port numbers to a predefined value ?<br></div></blockquote><div><br></div>You can't configure these port numbers to *a* predefined value, because it's possible for the server to be handling concurrent connections from several different clients, in which case the server uses different port number pairs (RTP even; RTCP odd) for each connection.  </div><div><br></div><div>The port number range that the server uses depends upon the "initialPortNum" parameter to the "OnDemandServerMediaSubsession" constructor.  By default, this parameter is 6970, which means that the server will try {6970,6971}, then {6972,6973}, etc., until it finds a port number pair that isn't already used.</div><div><br></div><div>So, if you want to change this parameter, you would do so in your subclass(es) of "OnDemandServerMediaSubsession" (when their constructor calls the "OnDemandServerMediaSubsession" constructor).</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>