<div dir="ltr"><div>Hi Ross,</div>
<div> Thanks for the reply.</div>
<div>Instead of adjusting the "fDurationInMicroseconds" , can not I stop streaming for few</div>
<div>milliseconds and restart again.? (pausing)</div>
<div>Because if the client is not ready to receive the data, I shouldn't send.</div>
<div>If I use "RTPSink->stopPlaying", It completely stops.So I can not use this.</div>
<div> </div>
<div>Please help me</div>
<div> </div>
<div>Sunil.<br><br></div>
<div class="gmail_quote">On Wed, Sep 17, 2008 at 11:56 PM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>></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'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 "fDurationInMicroseconds" in "liveMedia/MPEG2TransportStreamFramer.cpp". (As always, though, once you've made changes to the provided code, you can't expect much more help on this mailing list.)<br>
<br><br> Ross Finlayson<br> Live Networks, Inc. (<a href="http://live555.com/" target="_blank">LIVE555.COM</a>)<br> <<a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a>><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>