Installing OPUS codec: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Newer asterisk versions have support for the OPUS codec already built in. It is however needed to install some prerequisite to allow selection of the OPUS codec <pre>yum -y i...") |
No edit summary |
||
Line 12: | Line 12: | ||
<pre>make | <pre>make | ||
make install</pre> | make install</pre> | ||
Once the library is installed and Asterisk has been recompiled, you can add the codec to the codec list by editing Admin/Settings - Codecs |
Latest revision as of 13:21, 4 February 2018
Newer asterisk versions have support for the OPUS codec already built in. It is however needed to install some prerequisite to allow selection of the OPUS codec
yum -y install xmlstarlet
After installing the new library, move into the /usr/local/src/asterisk-... directory and run:
./configure make menuconfig
Select the OPUS codec
make make install
Once the library is installed and Asterisk has been recompiled, you can add the codec to the codec list by editing Admin/Settings - Codecs