Re: Wrong Jitter, DLSR and Packet Loss values for received RTCP packets

"Federico Montesino Pouzols" <[email protected]> Sun, 1 Jul 2007 19:57:31 +0200 (CEST)
Newsgroups gmane.comp.gnu.ccrtp.devel
Message-ID <[email protected]>
Hi, this is strange. There used to be a bug in jitter and delay computations
but is was fixed some time ago. Do the rtpsend/rtplisten demos work well
for you? Also, are RTCP packets being received ok?

On Thu, June 21, 2007 9:46 pm, [email protected] wrote:
> Hi,
> I am trying to extract the jitter, delay and fraction of packet loss
> values from the received RTCP packets. I redefined the onGotSR and onGotRR
> packets for the same as below. But the values I am getting are wrong.
> Moreover both the values are not even same. I am using the ccrtp 1.5.1
> version. Are there any bugs in the library for what I am trying to do?
> Thanks a lot.