<div dir="ltr">Hi all,<br><br>I have an mpeg streamer device (axis camera) which delivers a stream via RTSP..I have downloaded source code from live555 website and built an openRTSP.exe using visual c++.<br>When i try to run this openRTSP with an ipaddress it gives an error<br>
<br>" Failed to get a SDP description from URL "rtsp://<a href="http://128.197.178.104/mpeg.mp4" target="_blank">128.197.178.104/mpeg.mp4</a>": cannot handle DESCRIBE response: RTSP/1.0 404 Not Found " <br>
<br>Please can some one tell me where exactly i am going wrong.<br>
<br>Command Prompt stderr :<br><br><br> d:\Media\live\live\testProgs>openRTSP -t rtsp://128.xxx.xxx.1xx<br><br>Sending request: OPTIONS rtsp://128.xxx.xxx.1xx 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://128.xxx.xxx.1xx 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 "rtsp://128.xxx.xxx.1xx": cannot handle<br>
DESCRIBE response: RTSP/1.0 404 Not Found<br><br><br>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></div>