<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] Time to RTCP
sync</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">I have a
client and server running on an embedded system, one with an AVC
encoder and one with an AVC decoder.&nbsp; All is working well except
for the time it takes for the streams to be synchronized using RTCP -
once the connection is initiated it takes several seconds for the sync
to occur.&nbsp; Our server also interoperates with VLC and I have
observed that their RTP client starts presentation much sooner than
our embedded client (the time to get first sequence and picture
parameter set is equal here).&nbsp; Can anyone give me some insight as
to what parameters can be adjusted to make this synchronization occur
more quickly and explain the various tradeoffs.</font></blockquote>
<div><br></div>
<div>Make sure that the &quot;totSessionBW&quot; parameter to
&quot;RTCPInstance::createNew()&quot; is reasonably accurate.&nbsp; It
should be the bandwidth of the (audio or video) stream, in
kilobits-per-second.&nbsp; If you set this parameter too low, then
RTCP reports from the server will be sent less frequently than they
should be.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>