Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
winking324 committed Aug 21, 2018
1 parent 862e8b4 commit 42dbbdf
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
Binary file added donate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Flv Parser

解析在线 FLV 流,输出该 FLV 流的详细信息。

## 简介

在 macOS 上,一直没有找到比较好用的 FLV 分析工具,所以使用 QT 实现了一个简单的 FLV 分析工具:

1. 支持 HTTP FLV 拉流分析;
2. 支持 FLV 各个包的基本信息展示;
3. 支持 FLV 各个字段的详细内容展示;
4. 支持 FLV 音视频的二进制数据展示;

## 使用方式

1. 打开工具,填写 HTTP FLV 的地址,并点击 Play 按钮;
2. 此时会不断拉取 FLV 的流数据,并展示基本信息;
3. 点击 Stop 按钮;
4. 选择想要分析的内容,进行详细内容的查看;

![](sample.png)

## 捐赠

如果 FLV Parser 对您有所帮助,欢迎进行捐赠以支持该项目发展。

![](donate.png)

Binary file added sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 42dbbdf

Please sign in to comment.