Development
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 ));
Labels:
NTP
,
rtcp
posted by Sundar at
2:36 AM
0 Comments:
Post a Comment
<< Home
Previous Posts
RTP video and audio Timestamp Interval between RTP...
AMR Muxer for RTP
Execution Time calculation and Seconds calculation
How can we sync audio and video in RTP
Knowledge Base about PCM and Waveaudio
Using Directshow Filters in XTL Test
ffmpeg rtp and rtcp audio video problem
Source Filter's Output Pin Doesnt match any known ...
Problems Faced in registering the Filter DLL in Wi...
Windows CE Directshiw Filter Error
0 Comments:
Post a Comment
<< Home