Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLocal committed Aug 17, 2024
1 parent 089f5bc commit d87bb8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { members = ["rszlm-sys"] }

[package]
name = "rszlm"
version = "0.1.9"
version = "0.1.10"
edition = "2021"
authors = ["shiben. <[email protected]>"]
description = "ZLMediaKit rust api"
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,3 @@ cargo build
```toml
rszlm = { version = "*", features = ["webrtc"] }
```

### examples

example 中使用了`ffmpeg-next`,运行前请参照[dependencies](https://github.com/zmwangx/rust-ffmpeg/wiki/Notes-on-building#dependencies)安装相关环境
2 changes: 1 addition & 1 deletion examples/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ fn start_zlm_background(
}));
} else {
let _ = tx_clone.blocking_send(ProxyMessageCmd::Start(StartProxyMessage {
source: "rtsp://admin:iflytek@2030@192.168.0.14:554/t01/1".to_string(),
source: "rtsp://192.168.0.14:554/t01/1".to_string(),
app,
stream,
}));
Expand Down

0 comments on commit d87bb8b

Please sign in to comment.