Skip to content

Commit c8842b2

Browse files
committed
fix(readme): 修复 README 文件中的格式问题
- 移除多余的空行 - 确保依赖项列表格式一致
1 parent 8f6bb39 commit c8842b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ZLMediaKit rust api
1616
- 编译并安装好 ZLMediaKit 后,设置环境变量 `ZLM_DIR`,该路径需包含 ZLMediaKit 的 `include``lib``bin` 文件夹,并将 `bin` 添加到 `PATH` 环境变量中。
1717
- 如果未设置 `ZLM_DIR``rszlm-sys` 会自动拉取 ZLMediaKit 源码进行编译。
1818

19-
2019
### 编译
2120

2221
```shell
@@ -47,5 +46,6 @@ cargo build
4746
```
4847

4948
参考
49+
5050
- [ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit)
5151
- [rust-bindgen](https://github.com/rust-lang/rust-bindgen)

examples/gst/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
本项目演示如何使用 GStreamer 生成 H.264 视频流并通过 ZLMediaKit 进行流媒体推流。
44

5-
65
## 依赖
6+
77
- [GStreamer](https://gstreamer.freedesktop.org/) 及其 Rust 绑定
8-
- [ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit)
8+
- [ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit)

0 commit comments

Comments
 (0)