<div dir="ltr"><div><div><div><div><div><div><div><div>Hi All,<br><br></div>I am trying to receive audio using udpsrc from remote android phone.<br></div>My receiving end is raspberry pi board. And my command is as below:<br><br>"<pre><b>gst-launch-1.0 -v --gst-debug-level=4 udpsrc port=5003 ! audio/x-raw,
layout=interleaved, rate=8000, format=S16LE, channels=2, endianness=4321,
width=16, depth=16, signed=true ! audioconvert ! autoaudiosink</b></pre>"<br></div>I am facing issue sometimes - error line is:<br><b>"WARNING: from element /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: Can't record audio fast enough Additional debug info: gstaudiobasesrc.c(863): gst_audio_base_src_create (): /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: Dropped 1760 samples. This is most likely  downstream can't keep up and is consuming samples too slowly</b>"<br><br></div>Q 1. How to avoid this error.?<br> I tried using <b>sync=false </b>parameter But this creates delay and samples get misses.<br><br></div>Please help me out...?<br><br></div>Q.2  I am running the command in debugging  <b>--gst-debug-level=4.  </b>But it takes 7 seconds to start pipeline. How to reduce this time..?<br><br><br></div>Thanks,<br></div>Shrikant<br><div><div><div><div><div><div> <br></div></div></div></div></div></div></div>