RTP telephony stream shows 0 jitter
I have a capture file of an RTP stream and wanted to check my jitter levels. However when i used the RTP->RTP Streams option under telephony these are the jitter values displayed: Min Jitter = -1 Mean Jitter = 0 Max Jitter = 0 I know for a fact that these values cannot be correct as there is a variance in delay so the mean can't be 0. I've seen some people suggesting that it could be a clock synchronization problem but I have no idea how to solve it. Any help is much appreciated!
Please add the Wireshark version info to the question.
(
wireshark -v
orHelp->About Wireshark:Wireshark
)Similar question?
Wireshark RTP stream analysis jitter calculation always zero?
Wireshark 3.6.3 (v3.6.3-0-g6d348e4611e2)
Can you share a packet capture on a public file share and add a link to it in the question above?
If
clock_rate
is not set (tap-rtp-analysis.c)min_jitter
is not calculated.clock_rate
is set based on the payload type.https://drive.google.com/drive/folder...@Chuckc here is a google drive link with the capture file. Thank you for your help!!