<html><head></head><body><div>On Fri, 2016-11-04 at 14:28 -0300, David Ventura wrote:</div><div><br></div><div>Hi,</div><div><br></div><blockquote type="cite"><div>gst-launch-1.0 -q udpsrc port=5001 caps="application/x-rtp" do-timestamp=true ! rtppcmudepay ! mulawdec </div><div>! audioconvert ! audioresample ! audio/x-raw,format=S16LE,layout=interleaved, rate=44100, channels=2 ! fdsink fd=1 sync=true </div></blockquote><div><br></div><div>fdsink? I think you also want an rtpjitterbuffer after udpsrc (set latency property, default latency is quite high), and then perhaps try </div><div><br></div><div> .. ! audiorate ! wavenc ! filesink location=foo.wav</div><div><br></div><div>for starters.</div><div><br></div><blockquote type="cite"><div>What's happening? Is this the recommended way to do audio over udp?</div><div>I have gstreamer 1.4.4 on the producer and 1.9.90 on the consumer.</div></blockquote><div><br></div><div><a href="https://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp">https://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp</a></div><div><br></div><div>has some examples for various things.</div><div><br></div><div>Cheers</div><div> -Tim</div><div><br></div><div>-- </div><div><span><div class="-x-evo-paragraph" style="font-family: monospace; width: 71ch; word-wrap: break-word; word-break: break-word;">Tim Müller, Centricular Ltd - <a href="http://www.centricular.com">http://www.centricular.com</a></div>
</span></div></body></html>