HI All,<br> <br>            We are using the gstreamer for streaming the audio and capture the audio .we are using packages mentioned below<br><br>gst-plugins-good-0.10.14, gst-plugins-base-0.10.23, gstreamer-0.10.23, gst-plugins-bad-0.10.13<br>
<br>Streaming pipeline:<br><br>gst-launch alsasrc ! mulawenc ! rtppcmupay ! udpsink host=192.168.1.101 port=5555<br><br>Audio capture pipeline:<br><br>gst-launch-0.10 udpsrc port=5555 caps=&quot;application/x-rtp,media=(string)audio, clock-rate=(int)8000, encoding-name=(string)PCMU, payload=(int)0&quot; ! rtppcmudepay ! mulawdec  ! alsasink sync=false<br>
<br>sometimes we are getting  warning mentioned below<br><br>../../../../src/gst-libs/gst/audio/gstbaseaudiosrc.c(807): gst_base_audio_src_create (): /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0:<br>Dropped 80 samples. This is most likely because downstream can&#39;t keep up and is consuming samples too slowly.<br>
<br><br>Thanks and Regards,<br><br>Arasu<br>