This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

tshark -z rtp,streams packet loss

0

When using tshark command option –z rtp,streams should it detect packet loss as indicated in the thsark html description for –z rtp,streams.

-z rtp,streams Collect statistics for all RTP streams and calculate max. delta, max. and mean jitter and packet loss percentages If I force RTP holes using network tools the belwo command still returns 0 packet loss but clearly displays time deltas and jitter.

tshark –i 3 –q –d udp.port==7534 –z rtp,streams

If I force RTP holes using network tools the below command still returns 0 packet loss, clearly displays time deltas and jitter but if I open test.pcap in Wireshark,decode as RTP and run RTP analysis it shows sequence errors.

tshark –i 3 –q –d udp.port==7534 –z rtp,streams –w test.pcap

Is there any tshark commands that will summarize rtp sequence errors similar to Wireshark RTP analysis?

asked 03 Jul '14, 14:09

bb411h's gravatar image

bb411h
11112
accept rate: 0%