Tim is one of the main authoritative sources. You can also look here for some older but still helpful examples.<br><br><a href="http://wiki.oz9aec.net/index.php/Gstreamer_cheat_sheet">http://wiki.oz9aec.net/index.php/Gstreamer_cheat_sheet</a><br>
<br><div class="gmail_quote">On Tue, Jan 29, 2013 at 12:55 PM, Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Tue, 2013-01-29 at 09:34 -0800, laggc wrote:<br>
<br>
> I tried the following pipelines, I've seen here:<br>
> <a href="http://gstreamer-devel.966125.n4.nabble.com/Using-gstreamer-to-transmit-H264-file-over-RTP-td2236364.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Using-gstreamer-to-transmit-H264-file-over-RTP-td2236364.html</a><br>
><br>
><br>
> laggc@UbuntuAir:~/Escritorio$ *gst-launch-0.10 filesrc location=hobbit.mp4 !<br>
> h264parse ! rtph264pay ! udpsink 127.0.0.1 port=5000*<br>
<br>
</div>Try:<br>
<br>
gst-launch-0.10 filesrc location=hobbit.mp4 ! qtdemux ! h264parse !<br>
<div class="im">rtph264pay ! udpsink 127.0.0.1 port=5000<br>
<br>
</div>You might also want to set config-interval=1 on rtph264pay, if you have<br>
that option in your version. Also, the h264parse element might not be<br>
needed here, you can try removing it.<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888"> -Tim<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>