<br><br><div class="gmail_quote">On Thu, Oct 14, 2010 at 11:22 PM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am trying to open a password-protected rtsp stream. After no success with mplayer, I tried opening it directly with openRTSP, and get the following output, with "RTSP/1.0 401 Unauthorized" at the very end:<br>
<br>
-----<br>
system~$ openRTSP -u FA*** PASS***** rtsp://128.XXX.XXX.XXX:554/AY1011/Fall-2/B8HST/081008201011.rm<br>
Sending request: OPTIONS rtsp://128.XXX.XXX.XXX:554/AY1011/Fall-2/B8HST/081008201011.rm RTSP/1.0<br>
CSeq: 1<br>
User-Agent: openRTSP (LIVE555 Streaming Media v2010.01.11)<br>
</blockquote>
<br></div>
This is an old version of "openRTSP". No support is given for old versions of the code. Our RTSP client implementation has changed significantly since then. Please upgrade to the latest version fo the code, and try again.<br>
<br></blockquote><div>Running the latest version from October 15 gives me a very similar response: </div><div>----</div><div>$ ./openRTSP -u "FA***" "PASS*****" rtsp://128.XXX.XXX.XXX:554/AY1011/Fall-2/B8HST/081008201011.rm </div>
<div>Opening connection to 128.XXX.XXX.XXX, port 554...</div><div>...remote connection opened</div><div>Sending request: OPTIONS rtsp://128.XXX.XXX.XXX:554/AY1011/Fall-2/B8HST/081008201011.rm RTSP/1.0</div><div>CSeq: 2</div>
<div>User-Agent: ./openRTSP (LIVE555 Streaming Media v2010.10.15)</div><div><br></div><div><br></div><div>Received 328 new bytes of response data.</div><div>Received a complete OPTIONS response:</div><div>RTSP/1.0 200 OK</div>
<div>CSeq: 2</div><div>Date: Mon, 18 Oct 2010 00:51:54 GMT</div><div>Server: Helix Mobile Server Version 14.0.0.348 (sunos-5.10-sparc-server) (RealServer compatible)</div><div>Public: OPTIONS, DESCRIBE, PLAY, PAUSE, SETUP, GET_PARAMETER, SET_PARAMETER, TEARDOWN</div>
<div>TurboPlay: 1</div><div>RealChallenge1: 05197b5d9a09eefde351d6a72a00a27b</div><div>StatsMask: 8</div><div><br></div><div><br></div><div>Sending request: DESCRIBE rtsp://128.XXX.XXX.XXX:554/AY1011/Fall-2/B8HST/081008201011.rm RTSP/1.0</div>
<div>CSeq: 3</div><div>User-Agent: ./openRTSP (LIVE555 Streaming Media v2010.10.15)</div><div>Accept: application/sdp</div><div><br></div><div><br></div><div>Received 152 new bytes of response data.</div><div>Received a complete DESCRIBE response:</div>
<div>RTSP/1.0 401 Unauthorized</div><div>CSeq: 3</div><div>Date: Mon, 18 Oct 2010 00:51:54 GMT</div><div>WWW-Authenticate: RN5 realm="vorena.ContentRealm", nonce="1287363114800031"</div><div><br></div>
<div><br></div><div>Failed to get a SDP description from URL "rtsp://128.XXX.XXX.XXX:554/AY1011/Fall-2/B8HST/081008201011.rm": 401 Unauthorized</div></div>