[Wireshark-users] A question about calculating "Mean Jitter" KPI for RTP flow

2021-09-22 Thread Nan Xiao
Hi Community, Greetings from me! Very sorry for interrupting again! I find the calculation of "Mean Jitter" KPI for RTP flow is like this ( https://gitlab.com/wireshark/wireshark/-/blob/master/ui/tap-rtp-analysis.c#L497 ): statinfo->mean_jitter = (statinfo->mean_jitter*(statinfo->total_nr-1) + c

Re: [Wireshark-users] A question about calculating "Mean Jitter" KPI for RTP flow

2021-09-22 Thread Jaap Keuter
HI, Hopefully someone finds some time to look into it. So rest assured it’s not forgotten. Thanks, Jaap > On 22 Sep 2021, at 10:33, Nan Xiao wrote: > > Hi Community, > > Greetings from me! Very sorry for interrupting again! > > I find the calculation of "Mean Jitter" KPI for RTP flow is l