<div dir="ltr"><div>Hi,</div><div><br></div><div>I am trying to stream audio from android device (gstreamer 0.10) with this pipeline :</div><div><br></div><div>data->pipeline = gst_parse_launch("audiotestsrc ! audioconvert ! audio/x-raw-int,channels=1,depth=16,width=16,rate=48000 ! rtpL16pay ! udpsink host=192.168.1.150 port=5003", &error);</div>

<div><br></div><div>It works with audiotestsrc but when I try to stream audio from microphone :</div><div><br></div><div>data->pipeline = gst_parse_launch("autoaudiosrc ! audioconvert ! audio/x-raw-int,channels=1,depth=16,width=16,rate=48000 ! rtpL16pay ! udpsink host=192.168.1.150 port=5003", &error);</div>

<div><br></div><div>the following error appears : "Error received from element audioconvert0: not negotiated"</div><div><br></div><div>Any help ?</div><div><br></div><div>Thanks and regards.</div></div>