<div dir="ltr"><div>Hi,</div><div>Sorry, the right pipeline is (use the same audio rate in both): <br></div><div><br></div><div>export GST_DEBUG=WARN<br>AUDIOCAPS="audio/x-raw,format=S16LE,layout=interleaved,rate=44100,channels=2"<br><br>gst-launch-1.0 -v audiotestsrc wave=5 ! volume volume=0.1 ! ${AUDIOCAPS} ! fdsink fd=3 3>&1 1>&2 | gst-launch-1.0 -v rtpbin name=bin fdsrc fd=0 do-timestamp=true ! ${AUDIOCAPS} ! queue max-size-buffers=200 max-size-time=1000000000 max-size-bytes=192000 ! identity silent=false ! audiorate tolerance=40000000 skip-to-first=false ! audioresample ! audioconvert ! queue ! opusenc bitrate=120000 ! rtpopuspay pt=97 ! bin.send_rtp_sink_1 bin.send_rtp_src_1 ! udpsink host=224.0.0.0 port=7002 sync=true<br><br></div><div>But the problem is still there.</div><div><br></div><div>Francesc<br></div><div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Francesc Pinyol Margalef<br><a href="http://www.francescpinyol.cat/" target="_blank">http://www.francescpinyol.cat/</a></div></div></div></div>