Re: [Live-devel] announcing rtsp stream - more info

2010-03-16 Thread Ross Finlayson
when we receive DESCIBE and the reponse to DESCRIBE sent is either "400 bad request" or "404 file not found"what is the exact problem here...its really getting hard to debug Oh come on. You Have Complete Source Code, and you can easily find the code where these error messages are being ge

[Live-devel] announcing rtsp stream - more info

2010-03-16 Thread nishesh chouhan
Hi , following is the bt from brakepoint in gdb.. when we receive DESCRIBE from client. I put brakepoint in doGetNextFrame...in normal scenario(working case) this hits only when we receive PLAY commandbut here its getting hit when we receive DESCIBE and the reponse to DESCRIBE sent is either "

[Live-devel] announcing rtsp stream

2010-03-15 Thread nishesh chouhan
hi, I am getting following response when trying to fetch rtsp url(rtsp://ip/obama) Response: *DESCRIBE* RTSP/1.0 404 File Not Found, Or In Incorrect Format\r\n I have created RTSP server rtspServer->addServerMediaSession(sms); invoked announceStream... I am deugging this for last few days but iss