You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have do like blow,but it still can not support the G729.
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.
canyon give me some advice , and tell me how to solve it , thanks .
The text was updated successfully, but these errors were encountered:
I have do like blow,but it still can not support the G729.
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.
canyon give me some advice , and tell me how to solve it , thanks .
The text was updated successfully, but these errors were encountered: