【GCC】6 接收端实现:周期构造RTCP反馈包

  • 基于m98代码。
  • GCC涉及的代码,可能位于:

webrtc/modules/remote_bitrate_estimator
webrtc/modules/congestion_controller
webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc

1 void RemoteEstimatorProxy::IncomingPacket() 判断是否是有效的包
2 RemoteEstimatorProxy::Process() 构建包
3 RemoteEstimatorProxy::OnBitrateChanged() 依靠发送码率计算rtcp发送的时间间隔,使用5%的流量发送rtcp包。

RemoteEstimatorProxy 用于发送侧的带宽估计

在这里插入图片描述

周期性发送

  • 保存窗口期的rtp包接收时间,组合成feedb

相关推荐

  1. Zlmediakit 接收rtc后的处理流程

    2024-01-17 06:36:06       50 阅读
  2. Let`s move - sui move开发实战-dao(6)反馈

    2024-01-17 06:36:06       43 阅读
  3. 通过ffmpeg实现rtsp rtmp rtmps 推流

    2024-01-17 06:36:06       58 阅读
  4. 打包压缩代码,前端接收响应下载

    2024-01-17 06:36:06       68 阅读
  5. 构建SaaS数据分析和反馈体系的最佳实践

    2024-01-17 06:36:06       83 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-17 06:36:06       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-17 06:36:06       100 阅读
  3. 在Django里面运行非项目文件

    2024-01-17 06:36:06       82 阅读
  4. Python语言-面向对象

    2024-01-17 06:36:06       91 阅读

热门阅读

  1. 开源世界许可证Copyleft GPL LGPL MIT BSD Apache

    2024-01-17 06:36:06       65 阅读
  2. PTA——7-4 奇葩楼层 (15 分)

    2024-01-17 06:36:06       58 阅读
  3. [leetcode~数位动态规划] 2719. 统计整数数目 hard

    2024-01-17 06:36:06       53 阅读
  4. Vue和小程序的区别

    2024-01-17 06:36:06       55 阅读
  5. RPC原理介绍与使用(@RpcServiceAnnotation)

    2024-01-17 06:36:06       50 阅读
  6. SSL VPN简介

    2024-01-17 06:36:06       57 阅读