<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">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 &quot;RTSP/1.0 401 Unauthorized&quot; at the very end:<div>
<br></div><div>-----</div><div><div>system~$ openRTSP -u FA*** PASS***** rtsp://128.XXX.XXX.XXX:554/AY1011/Fall-2/B8HST/081008201011.rm</div><div>Sending request: OPTIONS rtsp://128.XXX.XXX.XXX:554/AY1011/Fall-2/B8HST/081008201011.rm RTSP/1.0</div>
<div>CSeq: 1</div><div>User-Agent: openRTSP (LIVE555 Streaming Media v2010.01.11)</div><div><br></div><div><br></div><div>Received OPTIONS response: RTSP/1.0 200 OK</div><div>CSeq: 1</div><div>Date: Thu, 14 Oct 2010 16:02:52 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: 8492caf7e0c56053f9d3b918cb0d9970</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: 2</div><div>Accept: application/sdp</div><div>User-Agent: openRTSP (LIVE555 Streaming Media v2010.01.11)</div><div><br></div><div><br></div><div>Received DESCRIBE response: RTSP/1.0 401 Unauthorized</div><div>CSeq: 2</div>
<div>Date: Thu, 14 Oct 2010 16:02:52 GMT</div><div>WWW-Authenticate: RN5 realm=&quot;vorena.ContentRealm&quot;, nonce=&quot;128707217270229&quot;</div><div><br></div><div><br></div><div>Failed to get a SDP description from URL &quot;rtsp://128.XXX.XXX.XXX:554/AY1011/Fall-2/B8HST/081008201011.rm&quot;: cannot handle DESCRIBE response: RTSP/1.0 401 Unauthorized</div>
<div>------</div></div><div><br></div><div>I get the same output if a use rtsp://USERNAME:PASSWORD@HOSTNAME:PORT instead of the command line options for authentication.  I also get the same output if I don&#39;t specify any login information at all.  Is this a syntax issue, or does the server use some sort of unsupported authentication?</div>
</span>