Showing posts with label NTP. Show all posts
Showing posts with label NTP. Show all posts

Tuesday, May 20, 2008

calculation NTP from RTCP

Calculating 64 Bit NTP from RTCP SR packet:
--------------------------------------------
ULONGLONG NTPts = (ULONGLONG) ( (MSB * 1000000) + (unsigned int)( (LSB/(65536*65536.0)) *1000000 ));