[Live-devel] Help with openrtsp

Shiva Shankar N nshamshiva at gmail.com
Wed Aug 6 22:04:18 PDT 2008


Hi all,

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++.
When i try to run this openRTSP with an ipaddress it gives an error

"  Failed to get a SDP description from URL "rtsp://128.197.178.104/mpeg.mp4":
cannot handle DESCRIBE response: RTSP/1.0 404 Not Found "

Please can some one tell me where exactly i am going wrong.

Command Prompt stderr :


 d:\Media\live\live\testProgs>openRTSP -t rtsp://128.xxx.xxx.1xx

Sending request: OPTIONS rtsp://128.xxx.xxx.1xx RTSP/1.0
CSeq: 1
User-Agent: openRTSP (LIVE555 Streaming Media v2008.07.24)


Received OPTIONS response: RTSP/1.0 200 OK
CSeq: 1
Public: DESCRIBE, GET_PARAMETER, PAUSE, PLAY, SETUP, TEARDOWN


Sending request: DESCRIBE rtsp://128.xxx.xxx.1xx RTSP/1.0
CSeq: 2
Accept: application/sdp
User-Agent: openRTSP (LIVE555 Streaming Media v2008.07.24)


Received DESCRIBE response: RTSP/1.0 404 Not Found
CSeq: 2


Failed to get a SDP description from URL "rtsp://128.xxx.xxx.1xx": cannot
handle
 DESCRIBE response: RTSP/1.0 404 Not Found


I tried without -t option but still it gives me same problem, is there
anything that i am missing in this ?

Thank
sham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20080807/8dd6c004/attachment.html>


More information about the live-devel mailing list