Streaming h264 video without encode

Chuck Crisler ccrisler at mutualink.net
Tue Jan 29 10:12:52 PST 2013


Tim is one of the main authoritative sources. You can also look here for
some older but still helpful examples.

http://wiki.oz9aec.net/index.php/Gstreamer_cheat_sheet

On Tue, Jan 29, 2013 at 12:55 PM, Tim-Philipp Müller <t.i.m at zen.co.uk>wrote:

> On Tue, 2013-01-29 at 09:34 -0800, laggc wrote:
>
> > I tried the following pipelines, I've seen here:
> >
> http://gstreamer-devel.966125.n4.nabble.com/Using-gstreamer-to-transmit-H264-file-over-RTP-td2236364.html
> >
> >
> > laggc at UbuntuAir:~/Escritorio$ *gst-launch-0.10 filesrc
> location=hobbit.mp4 !
> > h264parse ! rtph264pay ! udpsink 127.0.0.1 port=5000*
>
> Try:
>
> gst-launch-0.10 filesrc location=hobbit.mp4 ! qtdemux ! h264parse !
> rtph264pay ! udpsink 127.0.0.1 port=5000
>
> You might also want to set config-interval=1 on rtph264pay, if you have
> that option in your version. Also, the h264parse element might not be
> needed here, you can try removing it.
>
> Cheers
>  -Tim
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130129/edc0dd2f/attachment.html>


More information about the gstreamer-devel mailing list