WebRTC系列-网络传输2之Candidate的收集及PortAllocator(一)

文章目录

  • 一、ICE、PortAllocate等关键类介绍
    • 1.1 从ICE说起
    • 1.2 Candidate
      • 1.2.1 基本介绍
      • 1.2.2 Candidate类型
    • 1.3 PortAllocator
      • 1.3.1 基本类关系图
      • 1.3.1 BasicPortAllocator的创建
      • 1.3.2 BasicPortAllocator关键函数源码分析:
      • 1.3.3 BasicPortAllocator初始化
    • 1.4 创建PortAllocatorSession
      • 1.4.1 PortAllocatorSession的创建流程
      • 1.4.2 两个关键函数CreateSession() 和StartGettingPorts()

你可能感兴趣的:(WebRTC进阶,音视频)