gortc

package module
v0.0.0-...-e0b6167 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

README

框架说明

客户端拉流流程

  1. 构造offer-->获取answer-->创建session
  2. 收到网络包-->投递到stream muxer分发
  3. 订阅stream muxer流(收到rtp包)

客户端推流流程

  1. 构造offer-->获取answer-->创建session
  2. 投递到stream muxer分发
  3. session订阅stream muxer流(发送rtp包)

服务器收流流程

  1. 收到offer-->创建session
  2. 收到网络包-->投递到stream muxer分发

服务器发流流程

  1. 收到offer-->创建session
  2. session订阅stream muxer流(下发rtp包)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL