Speex codec install

From Kolmisoft Wiki
Revision as of 09:55, 23 November 2011 by Admin (talk | contribs) (Created page with 'This tutorial will show you how to install Speex codec on a MOR server with CentOS 64bit: First install speex, speex devel and speex tools: rpm -ivh http://www.lfarkas.org/li…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This tutorial will show you how to install Speex codec on a MOR server with CentOS 64bit:

First install speex, speex devel and speex tools:

rpm -ivh http://www.lfarkas.org/linux/packages/centos/5/x86_64/gstreamer/speex-1.2-0.10.rc1.x86_64.rpm

rpm -ivh http://www.lfarkas.org/linux/packages/centos/5/x86_64/gstreamer/speex-devel-1.2-0.10.rc1.x86_64.rpm
rpm -ivh http://www.lfarkas.org/linux/packages/centos/5/x86_64/gstreamer/speex-tools-1.2-0.10.rc1.x86_64.rpm

Afterwards recompile asterisk, locate your Asterisk source directory in:

cd /usr/src/ASTERISKSOURCES
./configure
make
makemenuconfig ->make sure Asterisk caught speex codec
make install

Congratulations you have installed Speex codec on Asterisk!