Debian11 下源码编译 rtpengine 11.1

这篇具有很好参考价值的文章主要介绍了Debian11 下源码编译 rtpengine 11.1。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

#!/bin/bash

apt-get dist-upgrade gnupg2 apt-utils lsb-release cmake curl iproute2 ca-certificates gcc g++ make build-essential git libavfilter-dev \
    libevent-dev libpcap-dev libxmlrpc-core-c3-dev markdown \
    libglib2.0-dev libip6tc-dev libip4tc-dev libxtables-dev libiptc-dev\
    libjson-glib-dev default-libmysqlclient-dev libhiredis-dev libssl-dev \
    libcurl4-openssl-dev libavcodec-extra gperf libspandsp-dev libwebsockets-dev -yq 

cd /usr/src
wget http://220.231.180.131:12297/drachtio/bcg729.tar.gz && tar zxvf bcg729.tar.gz
cd bcg729 && cmake . && make && make install

cd /usr/src
git clone https://github.com/sipwise/rtpengine.git -b mr11.1
cd rtpengine/daemon
make && ldconfig && cp rtpengine /usr/bin

rtpengine -v
Version: 11.1.2.0+0~mr11.1.2.0 git-mr11.1-a6afc755

rtpengine --codecs
                PCMA: fully supported
                PCMU: fully supported
                G723: fully supported
                G722: fully supported
               QCELP: supported for decoding only
                G729: fully supported
               G729a: fully supported
               speex: fully supported
                 GSM: fully supported
                iLBC: supported for decoding only
                opus: fully supported
              vorbis: codec supported but lacks RTP definition
                 ac3: codec supported but lacks RTP definition
                eac3: codec supported but lacks RTP definition
              ATRAC3: supported for decoding only
             ATRAC-X: supported for decoding only
                EVRC: supported for decoding only
               EVRC0: supported for decoding only
               EVRC1: supported for decoding only
                 AMR: fully supported
              AMR-WB: fully supported
     telephone-event: fully supported
                  CN: fully supported
           PCM-S16LE: codec supported but lacks RTP definition
              PCM-U8: codec supported but lacks RTP definition
                 MP3: codec supported but lacks RTP definition

当然也有不同的编译方法


刚才试了试 mr12.0.1

apt install -y libopus-dev libmnl-dev libnftnl-dev pandoc

需要安装上面这些文章来源地址https://www.toymoban.com/news/detail-849344.html

到了这里,关于Debian11 下源码编译 rtpengine 11.1的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • debian 11 arm64 aarch64 D2000 平台编译 box86 box64 笔记

    参考资料 https://github.com/ptitSeb/box86/blob/master/docs/COMPILE.md 源码地址 GitHub - ptitSeb/box86: Box86 - Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices deb在线源地址(打不开): Itai\\\'s box86 apt repo 源码编译 apt install gcc-arm-linux-gnueabihf mkdir build; cd build; cmake .. -DPHYTIUM=1 -DCMAKE_BUILD_TY

    2024年01月16日
    浏览(50)
  • Linux/Debian/Ubuntu-OpenCV(4.5.4/4.6.0)+CUDA(11.3)配置编译全流程

    本文用来记录在linux环境下docker中编译 OpenCV with cuda 的过程,同时编译了4.5.4和4.6.0两个版本均可编译通过。 本地是linux环境也可参考本文完成编译。 系统:debian 11 CPU:i7 内存:16G 显卡:Nvidia Quadro M2000 github直接下载连接: OpenCV 4.5.4 source code OpenCV 4.6.0 source code 如需下载其他

    2024年02月10日
    浏览(42)
  • debian 11 arm64 aarch64 源码变异winehq arm64 笔记

    安装华为毕昇编译器 sudo apt install libc++1-13   编译tools cd tools su root export PATH=/opt/bisheng-compiler-1.3.3-aarch64-linux/bin:$PATH root@debian:/home/yeqiang/下载/src/wine/tools# ../configure CC=/opt/bisheng-compiler-1.3.3-aarch64-linux/bin/clang CXX=/opt/bisheng-compiler-1.3.3-aarch64-linux/bin/clang++ --host=aarch64-unknown-linux --wi

    2024年01月16日
    浏览(55)
  • D2000 debian 11 arm64 aarch64 wine-ce编译安装,运行win32程序 笔记 【失败】

    下载源码 yeqiang@debian:~/Downloads$ git clone https://gitee.com/wine-ce/wine-ce Cloning into \\\'wine-ce\\\'... remote: Enumerating objects: 102, done. remote: Counting objects: 100% (89/89), done. remote: Compressing objects: 100% (83/83), done. remote: Total 102 (delta 54), reused 1 (delta 1), pack-reused 13 Receiving objects: 100% (102/102), 32.75 KiB | 56

    2024年01月18日
    浏览(44)
  • 11.1网络编程——

    网络编程中客户端和服务器指的是进程,而不是常提到的机器或者主机。 注意三个概念:请求、响应、事务。 网络编程中客户端-服务器事务是指客户端和服务器执行的一系列步骤。与是数据库事务是两码事,没有数据库事务的原子性等特性。

    2024年02月05日
    浏览(38)
  • CUDA11.1对应pytorch安装

    看了好多篇文章,尝试了好多次pytorch的安装,终于成功了 ,下面记录成功的安装方法。 1.1确定cuda版本 首先应当确定自己电脑的cuda版本,根据电脑显卡cuda的版本选择应当安装的cuda,可以在命令行中输入nvidia-smi查看显卡信息 可以看到CUDA的版本为11.1,即11.1以下的版本都可以

    2023年04月08日
    浏览(41)
  • 2309亚当arsd的11.1版本

    原文 在 11.0 中略有修改 Minigui 的主题,但它落后于 11.1 的计划.这是个 重大 更改,但 这些更改 很小. 新主题 稍微 变浅 了 默认组件的背景色和默认字体 ,这两者都主要影响 Linux ,因为 窗口 上的 大多数 组件一般使用 本地主题 . 现有的 状态栏 类允许添加带\\\" 宽度 \\\"的\\\" 部分 \\\".目前

    2024年02月09日
    浏览(32)
  • 【Android入门到项目实战-- 11.1】—— 实现悬浮按钮

            悬浮按钮是悬浮于界面之上,滑动屏幕时按钮不会跟随屏幕移动,它是Design Support库中提供的一个控件,这个控件可以帮助我们轻松实现悬浮按钮效果。         下面实现一个发布的悬浮按钮。        由于需要用到floatingActionButton,所以先导入,可参考这篇文

    2024年02月13日
    浏览(41)
  • 解决python3.11.1不能安装pygame问题

    目前官网没有该版本的pygame安装包 直接使用  pip install pygame 安装会报错 查询资料发现只能安装预先版,使用  pip3 install pygame --pre 大面积报错,难受。。 考虑为网络因素,结合清华大学镜像源,使用 pip3 install pygame --pre -i https://pypi.tuna.tsinghua.edu.cn/simple/ 安装成功!附图,

    2024年02月12日
    浏览(48)
  • cuda11.1和cuDNN v8.8.1的安装目录问题

    cuda的不同版本文件路径是不一致的,在cuda10.1中,配置cudnn的文件路径是: 但是在cuda11.1中,文件路径改为: 真搞不懂,没事改路径干什么

    2024年02月10日
    浏览(46)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包