Hi,<br><br>Thanks for the reply. I did add sync=true on udpsink but there is no change.<br>Is there any other method where I can stream properly.<br><br>Thanks,<br>jyoti<br><br><div class="gmail_quote">2009/11/16 Vincent Génieux <span dir="ltr">&lt;<a href="mailto:vincent.genieux@enensys.com">vincent.genieux@enensys.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">Jyoti wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I am writing an application to stream MPEG-2 TS RTP Payloaded packets<br>
&gt; over UDP.<br>
&gt; My server was sending the packets at too high rate.<br>
&gt;<br>
&gt; I looked upon a mail by Wim saying the timestamping on mpegtsparse is<br>
&gt; the solution<br>
&gt; for the controlling the rate.<br>
&gt;<br>
&gt; Is the timestamping implemented in latest version of mpegtsparse?<br>
</div></div>Hello,<br>
<br>
Your pipeline seems correct, but since the input stream comes from a<br>
file, your pipeline is playing as fast as possible. You should try to<br>
add sync=true on your  udpsink.<br>
<br>
gst-launch filesrc location=stream.ts ! mpegtsparse ! rtpmp2tpay !<br>
udpsink port=1234 sync=true<br>
<font color="#888888"><br>
--<br>
Vincent GENIEUX<br>
R&amp;D Engineer<br>
ENENSYS Technologies<br>
Le Germanium<br>
80 avenue des Buttes de Coësmes<br>
35700 Rennes - FRANCE<br>
</font><div><div></div><div class="h5"><br>
<br>
------------------------------------------------------------------------------<br>
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<br>
trial. Simplify your report design, integration and deployment - and focus on<br>
what you do best, core application coding. Discover what&#39;s new with<br>
Crystal Reports now.  <a href="http://p.sf.net/sfu/bobj-july" target="_blank">http://p.sf.net/sfu/bobj-july</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>