Reverse Engineer RTP Parameters

Ole André Vadla Ravnås oleavr at gmail.com
Wed Sep 28 13:12:39 PDT 2011


On Wednesday, September 28, 2011, Sebastian de Castelberg <sebu at kpricorn.org>
wrote:
(snip)
> I haven't yet found a gstreamer setup for the opposite way, streaming
> to the device. The following pipeline just produced a crackling noise
> on the device:
>
>  # 'server' pipeline
>  gst-launch-0.10 audiotestsrc ! audioconvert ! \
>  audio/x-raw-int,depth=16,rate=8000 ! rtpL16pay ! udpsink
> host=232.0.2.2 port=49253

Add "is-live=TRUE" right after audiotestsrc, otherwise you'll be flooding
your device with packets.

Cheers,
Ole André
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110928/166bd5ca/attachment.html>


More information about the gstreamer-devel mailing list