>Is there a built-in assumption that the RTCP socket is blocking?
No. Both incoming RTCP and incoming RTP packets are read
asynchronously, from the event loop, so their sockets don't need to
be blocking.
> If I
>just change the code to make it non-blocking, will there be any ill
>effect on th
I am having an extremely occasional hang of a live555-based linux rtsp
server under heavy load. I have induced a core dump to see where the
hang occurs. It seems that we hang waiting for a packet on the RTCP
socket. The RTCP socket does not appear to be set to non-blocking. Now,
at first glance