Streaming h264 video without encode

Tim-Philipp Müller t.i.m at zen.co.uk
Tue Jan 29 09:55:43 PST 2013


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



More information about the gstreamer-devel mailing list