gstreamer 1.x on centos 6.4

Chuck Crisler ccrisler at mutualink.net
Thu Mar 14 10:37:06 PDT 2013


That is sage advice. Building the gstreamer libraries isn't easy,
especially for someone new to linux. To to www.rpmfusion.org and follow the
directions for adding them into your repository list. Then do yum list
gstreamer* and see what you get. The problem is that redhat and derivative
flavors restrict what you can load. To get the more complete libraries you
need to go outside of redhat. There is a religious argument here that you
will learn about.

On Thu, Mar 14, 2013 at 11:01 AM, <bryandonnovan at gmail.com> wrote:

> 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
>
> _______________________________________________
> 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/20130314/c04f03ef/attachment.html>


More information about the gstreamer-devel mailing list