Codecs

Mikael Magnusson mikma264 at gmail.com
Tue Oct 23 19:59:29 CEST 2007


Rafael Sousa wrote:
> I would like to know where can I set the appropriate flags to choose one
> between the various codecs in the code, by default, is minisip using the
> codec G711?
> thanks
> 

Minisip supports G.711µ, G.711a, GSM, SPEEX and iLBC. Both G.711 codecs 
are built into libminisip, the rest are built as modules. Both GSM and 
SPEEX requires support libraries, which are automatically detected 
during configuration. Support for iLBC is located in milbc.

G.711 and other codec modules found during start up are enabled by 
default, and can only be disabled by removing the module currently.

Use minisip settings media tab to select desired order of preference.

Mikael


More information about the Minisip-devel mailing list