How to add g729 codec in Android application?

后端 未结 1 875
既然无缘
既然无缘 2020-12-22 07:21

i am developing a SIP application for making and receiving a call and i want to add the G729 codec in my application.

currently i am doing analysis on open source p

相关标签:
1条回答
  • 2020-12-22 07:49

    your asterisk logs looks pretty good to support the codec, but you need the g729 encoder on your client android application (seems to be a commercial license for now), please let me know if you have any luck on getting an opensource license of the codec.

    Licensing

    G.729 includes patents from several companies and is licensed by Sipro Lab Telecom. Sipro Lab Telecom is the authorized Intellectual Property Licensing Administrator for G.729 technology and patent pool.[3][4][5][6] In a number of countries, the use of G.729 may require a license fee and/or royalty fee.[5]

    Source: http://en.wikipedia.org/wiki/G.729

    Regards.

    0 讨论(0)
提交回复
热议问题