Ask Your Question
0

RTP packet delay

asked 2020-05-06 05:00:34 +0000

Hilman gravatar image

updated 2020-11-04 08:45:29 +0000

grahamb gravatar image

Hello, i want to ask how to calculate transmission delay for every RTP packet that was captured by Wireshark ?

There Time Delta from previous captured packet frame value in Wireshark, can we represent this value as the delay value of the packet?

Delay on an RTP packet is calculated by looking at the processing time at the sender + transmission time + processing time at the receiver. Can the delta value represent the sender processing time + transmission time, so the packet delay can be calculated by adding up the delta value with receiver's processing time ?

Anybody can help, thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-11-04 08:19:46 +0000

gielo gravatar image

To see the delays of an RTP packet you need to look at the RTCP packet. Most systems report it in RTCP. There is two actions required. In your captured trace select any RTCP packet, then right click on mouse, Select "Protocol Preferences" then select " Show relative roundtrip calculation" Secondly now apply a Display filter: rtcp.roundtrip-delay You can use the following to see all packets that exceeds the RTP threshold of 300ms RTT. rtcp.roundtrip-delay > 300

edit flag offensive delete link more

Comments

The roundtrip-delay field can also be added as a column, right click the field in any packet where it's visible and select Apply as Column.

grahamb gravatar imagegrahamb ( 2020-11-04 08:47:19 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-05-06 05:00:34 +0000

Seen: 2,307 times

Last updated: Nov 04 '20