WebRTC 简明教程第四周

Abstract

WebRTC simle tutorial week 4

Authors

Walter Fan

Status

WIP as draft

Updated

2024-08-21

Overview

  1. Multi stream and simulcast

  2. Congestion control methods

  3. Feedback and retransmission: NACK, PLI and FIR

  4. Packet recovery: FEC

  5. Packet recovery: RTX and RED

  6. Try Gstreamer and some plugings

  7. build libwebrtc and its sample, do some testing

Content

WebRTC 源码实践

  • WebRTC 源码概览

  • WebRTC 源码构建

  • WebRTC test

  • WebRTC issues

  • WebRTC Thread Model

  • WebRTC Congestion Control

  • WebRTC Bandwidth Probe

  • WebRTC Pacer

  • WebRTC SCTP library

  • WebRTC RTP RTCP module

  • WebRTC RTP Sender

  • WebRTC SDP Offer Answer

  • WebRTC REMB

  • WebRTC OveruseFrameDetector

  • Remote Bitrate Estimator

  • WebRTC PeerConnection Example

  • Janus Code analysis 1

  • Aiortc library