gstreamer 1.x on centos 6.4

bryandonnovan at gmail.com bryandonnovan at gmail.com
Thu Mar 14 08:01:38 PDT 2013


I'm new to both linux and gstreamer -- apologies if I am missing the
obvious or in the wrong place.

I'm trying to mock something up using gst-launch to receive vp8 over rtp
and write it to a webm file.

It looks like Centos 6.4 distro includes the 0.10 branch, which does not
include rtpvp8depay (not shown when I do a gst-inspect) and I would like to
get on the 1.05 branch for the latest goodies.

I found this advice on the gstreamer download page "Do not compile from
source yourself unless you are certain you have to or want to. Do not
compile from Git unless you really need some specific feature that is not
released yet, or want to help out developing GStreamer."

I've been searching but have not found RPMs to install the 1.x branch on
centos.  Should I build it instead? If so, are there build instructions I
can follow ?

Once I do have the 1.x branch, is this the correct command line?

gst-launch -v  \
udpsrc port=5114 caps="application/x-rtp, media=(string)video,
clock-rate=(int)90000" \
| gstrtpjitterbuffer \
! rtpvp8depay \
! webmmux name=mux \
! filesink location=test.webm

Thanks for any help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130314/c146d15f/attachment.html>


More information about the gstreamer-devel mailing list