<div dir="ltr"><div>Hi Ross,</div>
<div>&nbsp;Thanks for the reply.</div>
<div>Instead of adjusting the &quot;fDurationInMicroseconds&quot; , can not I stop streaming for few</div>
<div>milliseconds and restart again.?&nbsp;(pausing)</div>
<div>Because if the client is not ready to receive the data, I shouldn&#39;t send.</div>
<div>If I use &quot;RTPSink-&gt;stopPlaying&quot;, It completely stops.So I can not use this.</div>
<div>&nbsp;</div>
<div>Please help me</div>
<div>&nbsp;</div>
<div>Sunil.<br><br></div>
<div class="gmail_quote">On Wed, Sep 17, 2008 at 11:56 PM, Ross Finlayson <span dir="ltr">&lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d"><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I am using livemedia library to send the TS Stream via RTP.(only sending)<br>Some times I need to Pause the streaming for few milli seconds.<br>
Is it possible to do that.?<br>According to my receiver&#39;s speed I need to adjust the sending.<br></blockquote><br></div>You should try to provide more buffering in your receiver, because the streaming should be happening at an appropriate bitrate, ***on average***.<br>
<br>However, if you *really* want to adjust the rate at which the TS data gets sent, then the best way to do this would be to adjust the calculation of &quot;fDurationInMicroseconds&quot; in &quot;liveMedia/MPEG2TransportStreamFramer.cpp&quot;. &nbsp;(As always, though, once you&#39;ve made changes to the provided code, you can&#39;t expect much more help on this mailing list.)<br>
<br><br>&nbsp; &nbsp; &nbsp; &nbsp;Ross Finlayson<br>&nbsp; &nbsp; &nbsp; &nbsp;Live Networks, Inc. (<a href="http://live555.com/" target="_blank">LIVE555.COM</a>)<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a>&gt;<br>
<br>_______________________________________________<br>live-devel mailing list<br><a href="mailto:live-devel@lists.live555.com" target="_blank">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>
</blockquote></div><br></div>