Installing OPUS codec: Difference between revisions

From MiRTA PBX documentation
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 difference)

Revision as of 13:17, 23 January 2017

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