我尝试了我创建的所有方法,但没有成功。首先,我下载bcg729项目来构建libbcg729.a文件。我遵循了这里的说明:https://trac.pjsip.org/repos/ticket/2029,但是当我运行TARGET_ABI=armeabi-v7a ./configure-android --use-ndk-cflags --with-bcg729=/Users/bienpx224/Desktop/bcg729,然后运行checkbcg729 usability.... no ->时,就错了。
其次,我尝试使用bcg729的补丁来构建pjsip项目。链接说明:http://saravnandm.blogspot.com/2016/07/pjsip-25-g729-codec.html但checking bcg729 disable.... yes ->错误
因此,有人可以帮助我的教程,为Andoird构建PJSIP支持bcg729。非常感谢你。
发布于 2021-08-14 03:42:25
我已经在github上得到了repo,使用docker,从开始使用openssl,opus,g729来构建所有的东西。它工作得很好。https://github.com/VoiSmart/pjsip-android-builder
https://stackoverflow.com/questions/68768827
复制相似问题