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
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