首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在安卓pjsip上集成g729

在安卓pjsip上集成g729
EN

Stack Overflow用户
提问于 2016-09-17 15:49:54
回答 1查看 198关注 0票数 0

我正在使用this教程来构建pjsip .Now,我想将pjsip与g729编解码器集成在一起。

在上面的链接中,正如上面提到的,我已经从标准链接下载了英特尔IPP。

代码语言:javascript
复制
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特定的文件夹,也就是说,我只有

代码语言:javascript
复制
 bin  components  examples  include  lib  tools

所以我在menstion文件夹上面有/opt/intel/ipp/。

该怎么办呢?

我找到的大部分教程,并试图实现它,我面对的404页面没有找到,包括googlecode,甚至英特尔。

有没有人能建议我在pjsip或webrtc for android上集成g729编解码器的正确方法?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-09-21 19:49:00

如果您不想添加intel ipp,可以使用以下链接。经过长时间的搜索,我找到了它:

代码语言:javascript
复制
https://github.com/VoiSmart/pjsip-android-builder/commit/0337921f81b3e30da05dc1a019d60d8822be73ec
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/39544314

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档