It seems that you don&#39;t have any element providing a clock so the pipeline will run as fast as possible, at least this happened when i had a similar problem. Your problem seems to be a little different since the timestamps are all the same, i would try to see if there is not missing some other parser or muxer on your pipeline (the one that would do the timestamping and provide a clock).<br>
<br>Maybe the clock documentation helps you:<br><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-clocks.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-clocks.html</a><br>
<br>cheers,<br>Katcipis<br><br><div class="gmail_quote">2010/3/29 libing195 <span dir="ltr">&lt;<a href="mailto:libing195@163.com">libing195@163.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;">
Hi, All <br>     I want to read a raw h264 file, then convert it to ts 
stream and send out with rtp/udp.<br>script as follow as :<br>    
gst-launch -v filesrc location=raw.h264 \<br>        ! h264parse \<br>       
 ! mpegtsmux \<br>        ! rtpmp2tpay \<br>        ! udpsink port=6688 
host=172.16.5.140<br><br>My problem is that, I receive all the  ts/rtp 
pockets immediately.  :)<br>And all rtp pockets with the same 
timestamps, so i can&#39;t play it with vlc.<br>So how can i get a normal 
speed stream ?<br><br>Thanks!!<br><font color="#888888"><br><br><div>--<br>
<div>Bercy Li<br>+8615954811012<br><a href="mailto:libing195@163.com" target="_blank">libing195@163.com</a><br></div>
</div><br><br><span title="neteasefooter"></span></font><br>------------------------------------------------------------------------------<br>
Download Intel&amp;#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</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>
<br></blockquote></div><br>