Reputation: 301
I herewith a problem of enabling G729 codec.
Currently I am using linphone libraries for making sip calls from iPhone. I need to work with g729 codec.
Can anyone has idea on how do i do that? Kindly share your valuable knowledge on that.
Upvotes: 7
Views: 5173
Reputation: 61
You can find the instruction in readme.md included in project.
You need to enable G729 codec with this command:
./prepare.py -DENABLE_NON_FREE_CODECS=ON -DENABLE_G729=ON
Upvotes: 1
Reputation: 477
Assuming you were able to compile the SDK and the linphone XCode project, here is what you need to do:
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.
Upvotes: 8