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.
ee8de29f7e
- [feat] package rtsp: 支持rtp h264 STAP-A格式 - [fix] package avc: 修复解析sps中PicOrderCntType为2无法解析的bug - [fix] package sdp: 修复解析sdp fmtp中aac config长度大于4无法解析的bug - [refactor] package logic: 重构Group,将不同类型的输入流、输出流进行抽象,逻辑统一 - [refactor] package rtprtcp: 将RTPComposer重命名为RTPUnpacker - [test] 使用wontcry30s.flv作为单元测试用的音视频文件 - [chore] 使用Makefile管理build, test - [chore] CI跑1.9和master两个Go版本,跑linux、macos、windows三个平台,跑build和test两个脚本 - [doc] 增加文档: https://pengrl.com/p/20080/ |
5 years ago | |
---|---|---|
.. | ||
analyseflv | 5 years ago | |
analysehls | 5 years ago | |
flvfile2es | 5 years ago | |
learnrtsp | 5 years ago | |
learnts | 5 years ago | |
modflvfile | 5 years ago | |
pullhttpflv | 5 years ago | |
pullrtmp | 5 years ago | |
pushrtmp | 5 years ago | |
tscmp | 5 years ago | |
README.md | 5 years ago |
README.md
/app/demo
示例程序功能简介:
| demo | pub rtmp | sub rtmp | sub httpflv | 说明 | | - | - | - | - | | pushrtmp | ✔ | . | . | RTMP推流客户端,读取本地FLV文件,使用RTMP协议推送出去 | | pullrtmp | | ✔ | . | RTMP拉流客户端,从远端服务器拉取RTMP流,存储为本地FLV文件 | | pullhttpflv | . | . | ✔ | HTTP-FLV拉流客户端 | | analyseflv | . | . | ✔ | 拉取HTTP-FLV流,并进行分析 |
(更具体的功能参加各源码文件的头部说明)