File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments