# gortc **Repository Path**: general252/gortc ## Basic Information - **Project Name**: gortc - **Description**: rtp session - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-06 - **Last Updated**: 2024-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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包)