About codecs and AES

Mikael Magnusson mikma264 at gmail.com
Mon Nov 20 11:46:32 CET 2006


Alexandre Passito wrote:
> Hi all,
> 
> I am using minisip and I'd like to know how to set up a different codec 
> than
> G711 that is available. 

To use GSM and Speex you need to install GSM and Speex development 
libraries before you configure and build libminisip.

Only G711 is linked into the minisip library, other codecs are built as 
loadable plug-in modules. The plug-ins are installed into 
/usr/local/lib/libminisip0/plugins/ by default or similar depending on 
prefix. The plug-in directory can be overridden by setting the 
MINISIP_PLUGIN_PATH environment variable.

The plug-ins found in the plug-in directory are automatically loaded and 
the codecs are added to the list of available codecs during program start.

Mikael


More information about the Minisip-users mailing list