Thanks to both Chuck and David for the advice.  I'll checkout rpmfusion and see what I can do with that.<div><br></div><div>This page ( <a href="http://gstreamer.freedesktop.org/documentation/plugins.html">http://gstreamer.freedesktop.org/documentation/plugins.html</a> ) actually lists rtpvp8depay twice -- once under plugins-good and once under plugins-bad.  That has me totally confused.</div>
<div><br></div><div><br><div class="gmail_quote">On Thu, Mar 14, 2013 at 11:29 AM, David Röthlisberger <span dir="ltr"><<a href="mailto:david@rothlis.net" target="_blank">david@rothlis.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 14 Mar 2013, at 17:37, Chuck Crisler wrote:<br>
><br>
> That is sage advice. Building the gstreamer libraries isn't easy, especially for someone new to linux. To to <a href="http://www.rpmfusion.org" target="_blank">www.rpmfusion.org</a> 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.<br>

><br>
> On Thu, Mar 14, 2013 at 11:01 AM, <<a href="mailto:bryandonnovan@gmail.com">bryandonnovan@gmail.com</a>> wrote:<br>
> I'm new to both linux and gstreamer -- apologies if I am missing the obvious or in the wrong place.<br>
><br>
> I'm trying to mock something up using gst-launch to receive vp8 over rtp and write it to a webm file.<br>
><br>
> 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.<br>
<br>
</div>In addition to Chuck's reply, I'd like to point out this page:<br>
<a href="http://gstreamer.freedesktop.org/documentation/plugins.html" target="_blank">http://gstreamer.freedesktop.org/documentation/plugins.html</a><br>
<br>
which will tell you that rtpvp8pay/depay are in the "gst-plugins-bad"<br>
package.<br>
<br>
Note that RedHat-based distros (and possibly others) only provide<br>
"gstreamer-plugins-bad-free", a subset of "gstreamer-plugins-bad" that<br>
excludes plugins with patent encumbrances etc. The remaining plugins are<br>
available in "gstreamer-plugins-bad" and "gstreamer-plugins-bad-nonfree"<br>
from the "rpmfusion-free" and "rpmfusion-nonfree" repositories,<br>
respectively.<br>
<br>
</blockquote></div><br></div>