您的位置:首页 > 移动开发 > IOS开发

Linphone iOS客户端编译时打开G729支持

2013-09-24 15:33 211 查看
Assuming you were able to compile the SDK and the linphone XCode project, here is what you need to do:

Include G729_preference in the Audio.plist file. You can either type all the info yourself or simply copy the G722 line and simply replace 722 with 729. Make sure you set Default Value to YES

In Project -> Target -> Build Settings find "Preprocessor macros" and include HAVE_G729

Run the project. The SDP should now include G729 in the invites or 200 OKs.

Note that G729 has royalties (aka patent license) so be aware. If you plan to deploy commercially, you will need to setup an agreement with Sipro.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: