FreeSWITCH G.729 module using the opensource bcg729 implementation by Belledonne Communications

FreeSWITCH G.729 module using the opensource bcg729 implementation by Belledonne Communications

  • 程序之美
  • How to compile and use:

程序之美

FreeSWITCH G.729 module using the opensource bcg729 implementation by Belledonne Communications_第1张图片

FreeSWITCH G.729 module using the opensource bcg729 implementation by Belledonne Communications.
Simple G.729 codec for FreeSWITCH using the Belledone Communications G.729 GPLv2 implementation.
https://github.com/xadhoom/mod_bcg729

How to compile and use:

cd /u sr/src/freeswitch/src/mod/codecs/
git clone https://github.com/romonzaman/mod_bcg729.git
cd mod_bcg729
2)
modify Makefile

### FreeSwitch headers files ###
FS_INCLUDES=/usr/local/freeswitch/include
FS_MODULES=/usr/local/freeswitch/mod
################################
  1. make
  2. make install
    fs_cli> unload mod_g729
    fs_cli> oad mod_bcg729

你可能感兴趣的:(笔记,c++,数据结构,算法,音视频)