<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Mar 31, 2017 at 6:54 PM, Yury Tsaregorodtsev <span dir="ltr"><<a href="mailto:aero.1080@icloud.com" target="_blank">aero.1080@icloud.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div dir="auto"><div>Examples of OPUS with 30% of LOSS with FEC on <a href="http://opus-codec.org/examples/" target="_blank">http://opus-codec.org/<wbr>examples/</a></div><div>Sounds too perfect. Why I can't achieve even similar quality on asterisk with built codec by digium?</div><div>To simulate 30% packet loss I use:</div><div><pre class="m_-7495008588954301179code" style="margin-top:0px;margin-bottom:1.4em;padding:0.7em 1em;direction:ltr;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;overflow:auto;word-wrap:normal;border:1px solid rgb(204,204,204)"><font face="UICTFontTextStyleBody"><span style="white-space:normal;background-color:rgba(255,255,255,0)"> # tc qdisc add dev eth0 root netem delay 100ms loss 30%</span></font></pre>But even with 15-20% of loss it's almost impossible to talk.</div><div>Tried different bitrates, result is always same. </div><div>If I do PESQ predicted MOS of degraded audio (recorded with packet loss) in compare to original: 1.025</div><div>Horrible results, horrible sound.</div><div><br></div><div>Anyone get better experience using opus with huge packet losses ?</div><span class="HOEnZb"><font color="#888888"><div><br></div></font></span></div></div></blockquote><div><br></div><div>Have you enabled FEC and made sure both sides negotiated it? If not you can enable it within "codecs.conf" by setting "fec=yes".</div><div><br></div><div>When a packet has been lost and the decoder receives a frame with FEC data (and fec is enabled) it will attempt to rebuild the lost packet (current packet minus one) from the given FEC information.</div><div> </div></div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><pre style="padding:2px;border:1px solid rgb(114,99,77);background-color:rgb(238,238,238);color:rgb(0,0,0);overflow:auto">Kevin Harwell
Digium, Inc. | Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a></pre></div></div>
</div></div>