<div dir="ltr">Hi all,<br><br>&nbsp;I am trying to grab video streaming from axis camera using openRTSP. I have download the source code from live555 and built make file and executed the all the make files and built project files in Visual c++ 6.0 (for usageenv, basicusageenv, groupsock) and then finally i built the testprg to get openRTSP.exe. With this i am trying to grab the mpeg4 video but it gives me error saying <br>
&nbsp;&quot;&nbsp;<b> <i>Failed to get a SDP description from URL &quot;rtsp://128.xxx.xxx.xxx/mpeg.mp4&quot;: cannot handle DESCRIBE response: RTSP/1.0 404 Not Found</i></b> &quot;<br><br>please can someone tell me where exactly i am going wrong. i am getting error when i type the following command in command prompt :<br>
<br><i>d:\Media\live\live\testProgs&gt;openRTSP -t rtsp://</i><i>128.xxx.xxx.1xx</i><br><i><br>Sending request: OPTIONS rtsp://</i><i>128.xxx.xxx.1xx</i><i> 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>Public: DESCRIBE, GET_PARAMETER, PAUSE, PLAY, SETUP, TEARDOWN<br><br><br>Sending request: DESCRIBE rtsp://</i><i>128.xxx.xxx.1xx</i><i> 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 Not Found<br>CSeq: 2<br><br><br>Failed to get a SDP description from URL &quot;rtsp://128.xxx.xxx.1xx&quot;: cannot handle<br>
&nbsp;DESCRIBE response: RTSP/1.0 404 Not Found<br><br><br></i>I tried without -t option but still it gives me same problem, is there anything that i am missing in this ?<br><br>Thank<br>sham<br><br><br><br><br></div>