Audio quality
We are streaming conference calls from a PBX to the web using the FMG / FMS combination to convert the calls from SIP to RTMP. The RTMP stream is being passed to a CDN for delivery to the audience.
Our current deployement is resulting in very clipped / tinny audio - we have tried many configs on both the RTMP, Speex side and we have also tried serveral different Codecs (NM8k, NM22k and Speex) and volume options.
Please can someone advise regarding settings to produce the best quality audio.
We can output our SIP stream using the Speex codec - would it be possible to remove the need for any transcoding by FMG?
As we are passing the stream to a CDN we are doing all the processing in FMS e.g.
application.legService.onLeg = function(info) {
application.legService.setWriteCodec(info.legID, "speex");
application.legService.setWriteAudioGain(info.legID, 70);
application.legService.setLegStateSendRecv(info.legID);
return true;
}
All advice greatly appreciated.
D.
