I had a problem when using VLC to transcode from an AXIS camera into an RTP stream. In the RTCP Sender Report the AXIS camera is deriving its NTP time from the monotonic uptime instead of the wall clock. Then it converts it from unix epoch time into NTP time. <br>
<div class="gmail_quote">
<br>The real issue is that VLC/live555 start issuing timestamps based on the local wall clock.&nbsp; Then several seconds later the RTCP SR includes a timestamp which significantly alters the timestamps in the name of synchronization.&nbsp; Then VLC starts rejecting the new timestamps since they appear to be in the past.<br>

<br>The attached diff will only synchronize the timestamp if: the timestamp has never been set; or the sender&#39;s and receiver&#39;s clocks appear to be on the same time reference. It determines the latter if they are less than five seconds apart.<br>
<font color="#888888">
<br>.mike
</font></div><br>