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
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel