Decoding unix time stamp from extended RTP packet header to calculate latency
问题 I am working on a project where I am trying to calculate the latency of the packets received between two android devices using RTP. So I went on to extend the RTP header with a unix time stamp in it's 12th-19th bytes. I've received the packets now and tried to extract the unix time from them. However, I am doing something wrong in the decoding process as you can see in the screenshot. On the left, is the time I decoded from the packet, and on the right is the time of arrival. Please ignore