Re: [Live-devel] Help required to identify the RTSP connection closed status

2012-06-21 Thread Ross Finlayson
Rather than trying to detect when the RTSP connection closes (which isn't reliable, and might not happen for a long time after the server disappears), a better solution is to arrange for a timer to expire if no data arrives within a certain period of time (e.g., 1 second). This will also detect

[Live-devel] Help required to identify the RTSP connection closed status

2012-06-21 Thread Kalkere, Giridhara(IE10)
Dear All, Background: I am using the camera which is a RTSP server which streams the MPEG4 video. On the other hand I am using linux based small embedded system which is a RTSP client. The LIVE555 streaming media libraries are used to write a small application which can record the camera video

Re: [Live-devel] Help required in using sendfile api in live555

2010-02-05 Thread Ross Finlayson
"sendfile()" sends its data over a 'stream' socket, which - in an IP network - means TCP, not UDP. It is therefore completely irrelevant for RTP/RTCP streaming, which is datagram-based. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

[Live-devel] Help required in using sendfile api in live555

2010-02-05 Thread Suhas Hegde
Hi, I was going through the optimizations possible in media servers and found out the sendfile() api in linux very interesting. I want to try out this on the live555 media server application. I found out from the code that live555 uses read and write system calls to transfer data from the disk to

[Live-devel] Help required

2008-06-16 Thread prasad keshav
Hi all, I am new to this RTSP project , which i am assigned to do the project on the RTSP .. I have start with the simple client server code .. so please help me in doing so . -- With regards Prasad ___ live-devel mailing list live-devel@lists