Difference between revisions of "Speex codec install"
From Kolmisoft Wiki
Jump to navigationJump to search
(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…') |
|||
Line 12: | Line 12: | ||
cd /usr/src/ASTERISKSOURCES | cd /usr/src/ASTERISKSOURCES | ||
Start recompiling: | |||
./configure | ./configure |
Revision as of 09:56, 23 November 2011
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
Start recompiling:
./configure
make
makemenuconfig ->make sure Asterisk caught speex codec
make install
Congratulations you have installed Speex codec on Asterisk!