<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><blockquote type="cite">Another thing:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">+    add_integer( "rtsp-port", 5554, RTSP_PORT_TEXT, RTSP_PORT_LONGTEXT,<br></blockquote><blockquote type="cite">true ) +        change_integer_range( 1, 65535 )<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">I couldn't guess whether you meant 554, or used 5554 instead of the<br></blockquote><blockquote type="cite">registered rtsp-alt port 8554.<br></blockquote><br>I don't really care. 554 would cause a lot of problems as stupid users don't <br>understand the concept of "Permission denied" error on privileged ports.<br></div></blockquote></div><br><div>According to <<a href="http://www.iana.org/assignments/port-numbers">http://www.iana.org/assignments/port-numbers</a>>, port number 5554 is reserved for "SGI ESP HTTP", whatever that is…  This might be an obsolete protocol (or it might not), but you still shouldn't be stepping on it.</div><div><br></div><div>It's better to use 8554, which is specifically reserved by IANA as an 'alternate' port for RTSP.  (FYI, what I do for my server app is first try 554, and then if that fails (usually because of not running as root), try 8554.)</div><div><br></div><div>If enough server developers use 8554 (and 554), it will (in an ideal world) encourage middleware vendors to stop blocking those ports.</div><br><br><div>
<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>