0
I have a video streamer (VLC) which is using RTP to stream video to a client. I have captured the packet trace from both the sender and the receiver side using tcpdump
separately.
The streaming produces UDP packets. It is possible that some packets are missing/out of order on the receiver side. Assume that the clocks on both the machines are synchronized.
My task is to find the delay between the packets
Q : Is there any tool which can compare both the dump files and generate UDP statistics, specifically delay?
Any help? Anyone? – xavier666 – 2017-01-23T11:53:40.890