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