Re: [Live-devel] rtsp client crashes

2010-04-30 Thread Mallikarjuna Rao
Dear Ross, Thanks for the reply. I have no problem with OpenRTSP application. It runs for RTSP URL and closes the program. Where as my application runs continuously by opening and closing each URL at time. Even I have no problem for some iterations, after say 100 iterations I am getting the p

Re: [Live-devel] rtsp client crashes

2010-04-29 Thread Ross Finlayson
Do you have any problem with the original, unmodified "openRTSP" application code (i.e., "openRTSP.cpp" and "playCommon.cpp")? If not, then you should use that as a starting point, and make only small changes at a time - making sure that your application keeps workig each time. (From your cr

[Live-devel] rtsp client crashes

2010-04-29 Thread Mallikarjuna Rao
hi, I am new to live555 and implementing RTSP client by referring playCommon.cpp from testProgs. In my application i am following the sequence to open/play/close the rtsp session from my program. create_thread(RTSP); //after some time- shutdown