gstreamer 1.x on centos 6.4
David Röthlisberger
david at rothlis.net
Thu Mar 14 11:29:57 PDT 2013
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.
More information about the gstreamer-devel
mailing list