<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div>    I am facing an issue when decoding g.726 stream from an Axis encoder. The audio is mono at 8K sample rate, g.726 24kbps encoded, rtsp/rtp streaming.</div><div>    The test pipeline : </div><div>    gst-launch-1.0.exe -v rtspsrc location=rtsp://10.51.252.189/axis-media/media.amp ! rtpg726depay ! avdec_g726 ! audioconvert ! audioresample ! volume volume=0.1 ! autoaudiosink</div><div><br></div><div>     The pipeline works but all is noise.</div><div><br></div><div>     If I set Axis audio codec to be g.726, 32kbps, the pipeline works and music can be heard with some noise.</div><div><br></div><div>     In both cases, the Axis IE plugin (AMC) works well, no noise at all.</div><div><br></div><div>     I am using gstreamer-1.0.2, good-1.0.2, gst-libav-1.0.2, with modifications in gst_ffmpeg_caps_with_codec_id, (bits_per_coded_sample), to make the pipeline work.</div><div><br></div><div>     Could anyone help me?</div><div>     Thanks!</div><div><br></div><div>Rafael</div>                                         </div></body>
</html>