[gst-devel] How to convet raw h264 file to rtp ts stream?

libing195 libing195 at 163.com
Mon Mar 29 13:51:01 CEST 2010


Hi, All 
     I want to read a raw h264 file, then convert it to ts stream and send out with rtp/udp.
script as follow as :
    gst-launch -v filesrc location=raw.h264 \
        ! h264parse \
        ! mpegtsmux \
        ! rtpmp2tpay \
        ! udpsink port=6688 host=172.16.5.140

My problem is that, I receive all the  ts/rtp pockets immediately.  :)
And all rtp pockets with the same timestamps, so i can't play it with vlc.
So how can i get a normal speed stream ?

Thanks!!



--

Bercy Li
+8615954811012
libing195 at 163.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100329/54920f8d/attachment.htm>


More information about the gstreamer-devel mailing list