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.
- [feat] 新增rtsp pull拉流客户端,`/app/demo/pullrtsp` - [feat] 实现rtsp pull session - [feat] rtsp sub支持interleaved模式 - [feat] 新增package remux - [refactor] 整体重构package rtsp - [fix] 正确处理大于2字节的AudioSpecificConfig |
4 years ago | |
---|---|---|
.. | ||
analyseflv | 4 years ago | |
analysehls | 5 years ago | |
dispatch | 4 years ago | |
flvfile2es | 5 years ago | |
learnts | 5 years ago | |
modflvfile | 5 years ago | |
pullhttpflv | 5 years ago | |
pullrtmp | 4 years ago | |
pullrtmp2hls | 5 years ago | |
pullrtsp | 4 years ago | |
pushrtmp | 4 years ago | |
tscmp | 5 years ago | |
README.md | 4 years ago |
README.md
/app/demo
示例程序功能简介:
| demo | push rtmp | pull rtmp | pull httpflv | pull rtsp | 说明 | | - | - | - | - | - | | pushrtmp | ✔ | . | . | . | RTMP推流客户端;压力测试工具 | | pullrtmp | | ✔ | . | . | RTMP拉流客户端;压力测试工具 | | pullhttpflv | . | . | ✔ | . | HTTP-FLV拉流客户端 | | pullrtsp | . | . | . | ✔ | RTSP拉流客户端 | | pullrtmp2hls | . | ✔ | . | . | 从远端服务器拉取RTMP流,存储为本地m3u8+ts文件 | | analyseflv | . | . | ✔ | . | 拉取HTTP-FLV流,并进行分析 |
(更具体的功能参加各源码文件的头部说明)