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="background-color:rgb(255,255,255);font-family:'Times New Roman';font-size:medium">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>