Hi,<br><br>I have the latest version of live555 mediaServer installed on Ubuntu on my system. On running the live555mediaserver, I am able to stream a file present in that directory using rtsp://&lt;URL&gt; <br><br>However, while trying to stream using testOnDemandRTSPServer and openRTSP, I get the following error.<br>
<br>Command: openRTSP -n rtsp://<a href="http://192.168.1.102:8554/toycom13.mpg">192.168.1.102:8554/toycom13.mpg</a><br><br>Sending request: OPTIONS rtsp://<a href="http://192.168.1.102:8554/toycom13.mpg">192.168.1.102:8554/toycom13.mpg</a> RTSP/1.0<br>
CSeq: 1<br>User-Agent: openRTSP (LIVE555 Streaming Media v2008.07.24)<br><br><br>Received OPTIONS response: RTSP/1.0 200 OK<br>CSeq: 1<br>Date: Fri, Sep 18 2009 03:53:40 GMT<br>Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER<br>
<br><br>Sending request: DESCRIBE rtsp://<a href="http://192.168.1.102:8554/toycom13.mpg">192.168.1.102:8554/toycom13.mpg</a> RTSP/1.0<br>CSeq: 2<br>Accept: application/sdp<br>User-Agent: openRTSP (LIVE555 Streaming Media v2008.07.24)<br>
<br><br>Received DESCRIBE response: RTSP/1.0 404 Stream Not Found<br>CSeq: 2<br>Date: Fri, Sep 18 2009 03:53:40 GMT<br><br><br>Failed to get a SDP description from URL &quot;rtsp://<a href="http://192.168.1.102:8554/toycom13.mpg">192.168.1.102:8554/toycom13.mpg</a>&quot;: cannot handle DESCRIBE response: RTSP/1.0 404 Stream Not Found<br>
<br><br>What does this error mean and how do I rectify it? Why do I see this error only with testOnDemandRTSPServer and openRTSP? Appreciate any help. <br><br>Thanks. <br>