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.
518 B
518 B
/app/demo
示例程序功能简介:
| demo | pub rtmp | sub rtmp | sub httpflv | 说明 | | - | - | - | - | | pushrtmp | ✔ | . | . | RTMP推流客户端,读取本地FLV文件,使用RTMP协议推送出去 | | pullrtmp | | ✔ | . | RTMP拉流客户端,从远端服务器拉取RTMP流,存储为本地FLV文件 | | pullhttpflv | . | . | ✔ | HTTP-FLV拉流客户端 | | analyseflv | . | . | ✔ | 拉取HTTP-FLV流,并进行分析 |
(更具体的功能参加各源码文件的头部说明)