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">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><div class="gmail_quote">On Thu, Mar 14, 2013 at 11:01 AM,  <span dir="ltr"><<a href="mailto:bryandonnovan@gmail.com" target="_blank">bryandonnovan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm new to both linux and gstreamer -- apologies if I am missing the obvious or in the wrong place.<div><br></div><div>I'm trying to mock something up using gst-launch to receive vp8 over rtp and write it to a webm file.<br>

<div><br></div><div>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.</div>

</div><div><br></div><div>I found this advice on the gstreamer download page "<span style="font-size:medium;font-family:'Times New Roman'">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."</span></div>

<div><br></div><div>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 ?</div><div><br></div><div>Once I do have the 1.x branch, is this the correct command line?</div>

<div><br></div><div><div>gst-launch -v  \</div><div>udpsrc port=5114 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000" \</div><div>| gstrtpjitterbuffer \</div><div>! rtpvp8depay \</div><div>! webmmux name=mux \</div>

<div>! filesink location=test.webm</div></div><div><br></div><div>Thanks for any help</div>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>