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

12 lines
625 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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