简体   繁体   中英

integrating g729 on pjsip for android

I am using this tutorial for building pjsip .Now I want to integrate pjsip with g729 codec for android.

In the above link, as there are note mentioned I have download intell IPP from standard link.

Download Intel IPP and Intel IPP samples from ​http://software.intel.com/en-us/intel-ipp and ​https://registrationcenter.intel.com/en/
Extract the archive to a temporary folder
Run the installer (e.g. ./install.sh) and follow the on screen instructions. The default installation options will install it to "/opt/intel/ipp/" directory (e.g. "/opt/intel/ipp/5.3.1.062/ia32/" in my case).
Extract IPP samples to a directory (e.g. to "~/Desktop/ipp-samples"). 

In /opt/intel/ipp/ I have no versio specific folder , ie instead I have only

 bin  components  examples  include  lib  tools

so I have /opt/intel/ipp/ above menstion folder .

what to do?

Most of tutorial which I found and try to implemenet it I faced 404 page not found including googlecode and even intel.

Can anyone suggest me the right way to integrate g729 codec on pjsip or webrtc for android ?

you can use the following link if you do not want to add intel ipp . I have found it after along search :

https://github.com/VoiSmart/pjsip-android-builder/commit/0337921f81b3e30da05dc1a019d60d8822be73ec

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM