in mail list, I have found:
1、VLC doesn't support RTCP server-side, and client-side, only with liveMedia.
2、VLC 0.8.6 stream output does not implement RTCP. For broadcast, it's been added in version 0.9.0.
3、VLC does only RTCP reception on the client side, with the use of Live555 library.
4、RTCP client is already done by Live555. RTCP server is already mostly done.
my question is:
VLC does only RTCP reception on the client side with the use of Live555 library (does it?),
but live555 is only used for RTSP/SDP (is it?).
so when URI is "rtp://", how VLC support RTCP client?
my understanding is when URI is "rtp://", the access module is /modules/access/UDP.c. is this right?
Thanks very much!