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