"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/
__
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