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.
lal/app/demo/README.md

11 lines
518 B
Markdown

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