gstreamer 1.x on centos 6.4
Tim-Philipp Müller
t.i.m at zen.co.uk
Thu Mar 14 11:43:26 PDT 2013
On Thu, 2013-03-14 at 11:37 -0700, bryandonnovan at gmail.com wrote:
> Thanks to both Chuck and David for the advice. I'll checkout
> rpmfusion and see what I can do with that.
>
> This page
> ( http://gstreamer.freedesktop.org/documentation/plugins.html )
> actually lists rtpvp8depay twice -- once under plugins-good and once
> under plugins-bad. That has me totally confused.
It moved from -bad to -good at some point (in git master I believe), so
it should be in -bad for 1.0.x and will be in -good for 1.2.x and later.
Might be a bug somewhere in the script that creates that list. Sorry
about that.
Cheers
-Tim
>
> On Thu, Mar 14, 2013 at 11:29 AM, David Röthlisberger
> <david at rothlis.net> wrote:
> On 14 Mar 2013, at 17:37, Chuck Crisler wrote:
> >
> > 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.
>
>
> In addition to Chuck's reply, I'd like to point out this page:
> http://gstreamer.freedesktop.org/documentation/plugins.html
>
> which will tell you that rtpvp8pay/depay are in the
> "gst-plugins-bad"
> package.
>
> Note that RedHat-based distros (and possibly others) only
> provide
> "gstreamer-plugins-bad-free", a subset of
> "gstreamer-plugins-bad" that
> excludes plugins with patent encumbrances etc. The remaining
> plugins are
> available in "gstreamer-plugins-bad" and
> "gstreamer-plugins-bad-nonfree"
> from the "rpmfusion-free" and "rpmfusion-nonfree"
> repositories,
> respectively.
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list