<div dir="ltr"><div>Hi everyone,</div><div><br></div>I was trying to send a stream gsm encoded over network using rtp, I had problems with the audio stream, it was not good at all.<div>I made several tests with some equipements and finally I made those tests on my ubuntu 16.04 :</div><div><br></div><div>this pipeline works well :</div><div>gst-launch-1.0 -v alsasrc ! gsmenc ! gsmdec ! alsasink<br></div><div>this one doesn't work :</div><div>gst-launch-1.0 -v alsasrc ! gsmenc ! rtpgsmpay ! rtpgsmdepay ! gsmdec ! alsasink<br></div><div><br></div><div>I used a SIP phone to get a rtp gsm stream and I could decode it without any problem, so my guess is that the gsmenc and the rtpgsmpay are not working well together... (or maybe rtpgsmpay/rtpgsmdepay). Of course the SIP phone is not able to decode the rtp stream generated by gstreamer.<br></div><div><br></div><div>I made the test on arm platform with GStreamer 1.10.4 and on my Ubuntu with GStreamer 1.8.3 the result is quite similar... The sound is really bad</div><div><br></div><div>if anyone has any suggestion, or knows where to start looking...</div><div><br></div><div>Thanks for any help</div><div>Aurèle</div><div><br></div><div><br></div></div>