我正在使用this教程来构建pjsip .Now,我想将pjsip与g729编解码器集成在一起。
在上面的链接中,正如上面提到的,我已经从标准链接下载了英特尔IPP。
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"). 在/opt/intel/ipp/ I中没有versio特定的文件夹,也就是说,我只有
bin components examples include lib tools所以我在menstion文件夹上面有/opt/intel/ipp/。
该怎么办呢?
我找到的大部分教程,并试图实现它,我面对的404页面没有找到,包括googlecode,甚至英特尔。
有没有人能建议我在pjsip或webrtc for android上集成g729编解码器的正确方法?
发布于 2016-09-21 19:49:00
如果您不想添加intel ipp,可以使用以下链接。经过长时间的搜索,我找到了它:
https://github.com/VoiSmart/pjsip-android-builder/commit/0337921f81b3e30da05dc1a019d60d8822be73echttps://stackoverflow.com/questions/39544314
复制相似问题