mirror of https://github.com/q191201771/lal.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* 增加rtmp.PushSession,作为rtmp推流客户端使用 * 将rtmp.PushSession和rtmp.PullSession的大部分重复代码抽离放入rtmp.ClientSession中 * 更多的rtmp pull/push的基础功能,目前pull已可以从远端拉取到音视频数据,push还差发送音视频数据的接口与实现 * 将httpflv中的Manager和Group放入更高层lal下,为以后httpflv和rtmp转换以及管理做准备 * 增加util.ConnStat用于统计和判断长连接收发数据是否超时 * 更多的AMF0格式读写,rtmp pack的读写 * 重新组织了配置文件 * httpflv.Server接收SubSession使用回调取代channel的方式 * 统一变量命名,缩写全大写 * 做了简单的压力测试 |
6 years ago | |
---|---|---|
.. | ||
amf0.go | 6 years ago | |
clientsession.go | 6 years ago | |
handshake.go | 6 years ago | |
pack.go | 6 years ago | |
pullsession.go | 6 years ago | |
pushsession.go | 6 years ago | |
rtmp.go | 6 years ago | |
stream.go | 6 years ago |