gstreamer 1.x on centos 6.4

bryandonnovan at gmail.com bryandonnovan at gmail.com
Thu Mar 14 18:14:02 PDT 2013


I tried with rpmfusion but was not able to find gstreamer 1.x, so I ditched
Centos in favor of Ubuntu 12.10.  One sudo apt-get later and I'm in
business.  Now I just have to figure out the pipeline to depayload and mux
my rtp.

On Thu, Mar 14, 2013 at 11:37 AM, <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.
>
>
> 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.
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130314/9499f192/attachment-0001.html>


More information about the gstreamer-devel mailing list