On Wednesday, September 28, 2011, Sebastian de Castelberg &lt;<a href="mailto:sebu@kpricorn.org">sebu@kpricorn.org</a>&gt; wrote:<br>(snip)<br>&gt; I haven&#39;t yet found a gstreamer setup for the opposite way, streaming<br>
&gt; to the device. The following pipeline just produced a crackling noise<br>&gt; on the device:<br>&gt;<br>&gt;  # &#39;server&#39; pipeline<br>&gt;  gst-launch-0.10 audiotestsrc ! audioconvert ! \<br>&gt;  audio/x-raw-int,depth=16,rate=8000 ! rtpL16pay ! udpsink<br>
&gt; host=232.0.2.2 port=49253<br><br>Add &quot;is-live=TRUE&quot; right after audiotestsrc, otherwise you&#39;ll be flooding your device with packets.<br><br>Cheers,<br>Ole André<br>