Sorry, I accidentally sent it before I got to post anything. In RTPSink.cpp,
unsigned lastReceivedTimeNTP = (unsigned)((lastReceivedTimeNTP_high<<16) + fractionalPart + 0.5); A 32-bit value is shifted, then cast to 64-bit value (this is because of the parenthesis); I'm not sure if lastReceivedTimeNTP_high gets large enough for this to be an issue, or if this is intended? On Wed, Mar 10, 2010 at 2:10 PM, Jeremy Noring <jnor...@logitech.com> wrote: > In >
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel