Hi all, 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 " * Failed to get a SDP description from URL "rtsp://128.xxx.xxx.xxx/mpeg.mp4": cannot handle DESCRIBE response: RTSP/1.0 404 Not Found* "
please can someone tell me where exactly i am going wrong. i am getting error when i type the following command in command prompt : *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