Skip to content

Latest commit

 

History

History
executable file
·
21 lines (19 loc) · 457 Bytes

README.md

File metadata and controls

executable file
·
21 lines (19 loc) · 457 Bytes

go_srs

srs的go版本

目录说明

目录 说明
app 应用层
codec 编解码器解析层
global 全局变量存放
main main入口
protocol 包含amf0协议,rtmp协议
utils 存放工具类

protocol目录:

目录 说明
amf0 amf0协议实现
packet 信令包封包解包
rtmp rtmp协议,chunk,message
skt 网络层