On Fri, Jul 22, 2005 at 10:22:38AM +0200, Thomas Bosch wrote: > Hello. > > I have a tiny question - I think. > Can anyone explain me in a fast way how to create a RTCPReceiverReport and > how > to send it through an existing RTPSession? >
Hi, RTCP packets are automatically generated and sent according to the standard bandwidth constraints. You can see the code that fills in RR blocks within RTCP compound packets in the source file control.cpp, method QueueRTCPManager::dispatchControlPacket(void). Do you need to generate custom RR blocks for some low-level operation? _______________________________________________ Ccrtp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ccrtp-devel
