Thank you for getting back to me. What I was trying to do was run this audio UDP transmission script using the vorbis codec:<br><br>gst-launch-0.10 pulsesrc device=alsa_input.usb-046d_0809_B11D4DC2-02-U0x46d0x809.analog-mono ! audioconvert ! vorbisenc ! rtpvorbispay ! udpsink host=224.1.1.1 port=3000 auto-multicast=true<br>
<br>This worked fine. The receiver script did not. <br><br>gst-launch-0.10 udpsrc multicast-group=224.1.1.1 auto-multicast=true port=3000 caps=application/x-rtp ! gstrtpjitterbuffer drop-on-latency=false latency=100 ! rtpvorbisdepay ! vorbisdec ! pulsesink<br>
<br>Which reported that it &quot;Could not decode stream&quot; and &quot;Could not switch code books&quot;<br><br>I found, from other resources, that adding &#39;-v&#39; to the transmission script would reveal the correct, but lengthy, caps output but plugging that directly into the receive script did not work saying that erroneous pipeline: could not set property &quot;caps&quot; in element &quot;udpsrc0&quot;.<br>
<br>However, putting it between single quotes, which is something that I didn&#39;t think to do: worked. Thank you. <br><br><div class="gmail_quote">On Sat, Mar 24, 2012 at 5:01 AM, Tim-Philipp Müller <span dir="ltr">&lt;<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>&gt;</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 Sat, 2012-03-24 at 03:46 -0700, garrett wrote:<br>
<br>
&gt; Hello, I have come across the same issue as the OP of this message. I&#39;m<br>
&gt; giving it a bump in the hopes that the problem can be resolved.<br>
&gt;<br>
&gt; After doing some research: I found that running the server script in verbose<br>
&gt; mode &#39;-v&#39; would return the caps value that you would need to copy and paste<br>
&gt; into udpsrc. Unfortunately: this proved unsuccessful, it returned Syntax<br>
&gt; error: &quot;(&quot; unexpected and when the string is enclosed in quotes, it returns<br>
&gt; erroneous pipeline: could not set property &quot;caps&quot; in element &quot;udpsrc0&quot;<br>
&gt;<br>
&gt; Is there something additional that must be done to the string to make the<br>
&gt; receiving script function beyond surrounding it in quotes?<br>
<br>
</div>Could you post the exact command line that caused these problems? You<br>
can also try single quotes &#39;foo&#39; vs. normal quotes (&quot;foo&quot;), or escape<br>
brackets like \(buffer\)1234<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888"> -Tim<br>
</font></span><div class="HOEnZb"><div class="h5"><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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div><b>W.A. Garrett Weaver </b></div>
<div><a href="mailto:weaverg@email.arizona.edu" target="_blank">weaverg@email.arizona.edu</a></div><br>