Hello,<br>I&#39;ve a problem to send the correct data size over voip?<br>I&#39;ve following pipeline:<br>$ gst-launch alsasrc device=hw:1 ! audioconvert ! level name=recordlevel interval=10000000 ! audioconvert ! audioresample ! audio/x-raw-int rate=8000 ! alawenc ! rtppcmapay ! udpsink host=127.0.0.1 port=26002<br>
<br>The transmitted rtp -package size is between 512 bytes and 1400 bytes.<br><br>How can I force this to 160 bytes or 240 bytes?<br><br>Regards<br>Uwe<br><br>