<div dir="ltr">I have been working with WebRTC and utilizing the opus codec.  The sound quality on calls is great.  I have been encountering some file issues however and want to get some input on how to best proceed.  When the call is has both ends in Opus, or if Freeswitch is transcoding the call has no issues.  The only issues I encounter are the following.<div><br></div><div>1. fs_encode fails to create a valid opus file</div><div>When fs_encode executes, you do see mod_opus load successfully.  However, the file that is created cannot be read by <a href="http://opus.org">opus.org</a> utilities, specifically opusinfo.</div><div><br></div><div>The command line I use is:</div><div>fs_encode -l mod_opus infile.wav outfile.opus</div><div><br></div><div>2. Streaming a file that is encoded in opus format fails</div><div>If I encode a file using <a href="http://opus.org">opus.org</a> tools, opusenc, I have a valid opus file and I am able to open it with other audio applications.  If I call into freeswitch and try to stream out that file, there is no error reported in the console logs, but the audio heard is garbled.</div><div><br></div><div>Basically the mod_opus appears to work but reading, writing files appears to have an issue.</div><div><br></div><div>My questions.</div><div>1. Is there anything I might have configured incorrectly?</div><div>2. What information can I grab to help troubleshoot this issue?</div><div><br></div><div>Jonathan</div><div><br></div></div>