On Wed, Mar 10, 2010 at 3:11 PM, Doug Porter <d...@exacq.com> wrote:

> Jeremy Noring <jnor...@logitech.com> writes:
> >
> > 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?
>
> The round-trip delay would have to be larger than the period of
> overflow (2^16 s) for this to be a 
> problem.<http://lists.live555.com/mailman/listinfo/live-devel>


Thanks Doug--that clarifies things.
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to