<div>I have created a instance of ServerMediaSession, and added one audio and one video session to it using addSubsession. PTS for the video is well taken care off by the encoder but for audio, since its wav file, I am not sure is there is PTS in the audio frame. Is there is anything else I am missing.</div>

<div>&nbsp;</div>
<div>Rob.<br><br></div>
<div class="gmail_quote">On Fri, Apr 4, 2008 at 1:30 PM, Ross Finlayson &lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="Wj3C7c">&gt;I have two streams - one for audio and one for video. Is there is<br>&gt;anything I have to do for synchronisation? Currently when I stream<br>&gt;both of them, both audio and video appear with lot of jerks. Any<br>
&gt;suggestion?<br><br><br></div></div>1/ Make sure that the presentation times for each frame in the source<br>streams are accurate, and are aligned with &#39;wall clock&#39; time (i.e.,<br>the time that you&#39;d get by calling &quot;gettimeofday()&quot;.<br>
2/ Make sure that each &quot;RTPSink&quot; has a corresponding &quot;RTCPInstance&quot;.<br>(If you&#39;re using our RTSP server implementation, then this happens<br>automatically.)<br>--<br><font color="#888888"><br>Ross Finlayson<br>
Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a><br>_______________________________________________<br>live-devel mailing list<br><a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br></font></blockquote></div><br>