<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite"><div dir="ltr"><div>I have successfully compiles the LIVE555ProxyServer and it works great with one exception.    If I attempt to proxy a stream that originates on a port other than 554 it does not appear to work.</div></div></blockquote><div><br></div>That's strange; I wonder if it could be a firewall problem?  I.e., maybe you have a firewall - sitting between the proxy server and the back-end server - that is blocking UDP packets?  But that wouldn't explain the problem if the *only* difference between a working back-end server and a non-working back-end server is its port number.  But I suspect that - in reality - the RTSP port number is *not* the only difference between these two streams :-)</div><div><br></div><div>Does the "DESCRIBE" command - sent from the proxy server to the back-end server - still work successfully when the back-end server uses a port other than 554?</div><div><br></div><div><br></div><div><blockquote type="cite"><div dir="ltr"><div>I can connect to the rtsp stream directly with vlc (though it takes about 12 seconds to connect)</div></div></blockquote><div><br></div>This suggests that you do, indeed, have a problem with receiving UDP (because VLC works by first requesting regular RTP-over-UDP streaming, and then - if it fails to receive packets within several seconds - requesting RTP-over-TCP streaming instead; that would explain the long delay).</div><div><br></div><div>To test this:</div><div><br></div><div>NOTE TO EVERYONE:  If you want to test a RTSP stream, you should do so first using our client applications: "testRTSPClient" and/or "openRTSP".  Only after you have gotten those to work should you then try using VLC.  (VLC is not our software.)</div><div><br></div><div>Try running "openRTSP -n rtsp://<ip address>:9494/axis-media/media.amp", and see whether it reports that "Data packets have begun arriving".  If it doesn't, then try again, but this time adding the "-t" option to "openRTSP" (to request RTP-over-TCP streaming).</div><div><br></div><div>If the "-t" option to "openRTSP" works, then the "LIVE555 Proxy Server" should also work (with this back-end stream) if you give it the "-t" option also.</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;  "><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;  ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>