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,实现PushSession - [feat] demo,新增app/demo/pullrtsp2pushrtsp,可拉取rtsp流,并使用rtsp转推出去 - [refactor] rtsp,重构部分逻辑,聚合至sdp.LogicContext中 |
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 | 4 years ago | |
pullrtsp | 4 years ago | |
pullrtsp2pushrtmp | 4 years ago | |
pullrtsp2pushrtsp | 4 years ago | |
pushrtmp | 4 years ago | |
tscmp | 5 years ago | |
README.md | 4 years ago |
README.md
/app/demo
示例程序功能简介:
demo | push rtmp | push rtsp | pull rtmp | pull httpflv | pull rtsp | 说明 |
---|---|---|---|---|---|---|
pushrtmp | ✔ | . | . | . | . | RTMP推流客户端;压力测试工具 |
pullrtmp | . | . | ✔ | . | . | RTMP拉流客户端;压力测试工具 |
pullrtmp2hls | . | . | ✔ | . | . | 从远端服务器拉取RTMP流,存储为本地m3u8+ts文件 |
pullhttpflv | . | . | . | ✔ | . | HTTP-FLV拉流客户端 |
pullrtsp | . | . | . | . | ✔ | RTSP拉流客户端 |
pullrtsp2pushrtsp | . | ✔ | . | . | ✔ | RTSP拉流,并使用RTSP转推出去 |
pullrtsp2pushrtmp | ✔ | . | . | . | ✔ | RTSP拉流,并使用RTMP转推出去 |
analyseflv | . | . | . | ✔ | . | 拉取HTTP-FLV流,并进行分析 |
(更具体的功能参加各源码文件的头部说明)