FreeSwitch 视频支持,需要特殊安装一些依赖 还有安装顺序问题
这里列出来 安装libyuv libvpx opus mod_av 等模块的代码 方便大家使用
环境:
CentOS 6.x 64
FreeSwitch 1.6.20
URL=file.qzlink.com
#bugfix: step1 libyuv
cd /usr/local/src/freeswitch/libs
rm -rf libyuv
wget http://KaTeX parse error: Expected 'EOF', got '#' at position 233: …so /usr/lib64/ #̲bugfix :step2 l…URL/freeswitch/libvpx.zip
unzip libvpx.zip
cd libvpx
./configure --enable-pic --disable-static --enable-shared
make
make install
yes|cp /usr/local/lib/pkgconfig/vpx.pc /usr/lib64/pkgconfig/
#bugfix :step3 opus
cd /usr/local/src/freeswitch/libs
rm -rf opus
wget http://KaTeX parse error: Expected 'EOF', got '#' at position 152: …ib64/pkgconfig #̲bugfix step4 li…URL/freeswitch/libpng.zip
unzip libpng.zip
cd libpng
./configure
make
make install
yes|cp /usr/local/lib/pkgconfig/libpng* /usr/lib64/pkg

本文档详细介绍了在CentOS 6.x 64位系统上,为FreeSwitch 1.6.20安装libyuv、libvpx、opus、mod_av等模块的步骤,包括解决依赖和安装顺序问题,以确保FreeSwitch获得视频支持。
最低0.47元/天 解锁文章
867

被折叠的 条评论
为什么被折叠?



