Crates.io | rtsp-mock |
lib.rs | rtsp-mock |
version | 0.2.0 |
source | src |
created_at | 2020-10-20 06:41:07.80869 |
updated_at | 2020-10-20 06:41:07.80869 |
description | mock rtsp stream |
homepage | https://github.com/Talbot3/PracticeRust/tree/master/packages/rtsp-mock |
repository | https://github.com/Talbot3/PracticeRust |
max_upload_size | |
id | 303334 |
size | 16,271 |
To run, cargo run 100
.
Server will create 100 rtsp available at
rtsp://0.0.0.0:8554/1
...
rtsp://0.0.0.0:8554/100
## 服务器环境
rustup target add x86_64-unknown-linux-gnu
## 默认开发环境
cargo build --target="x86_64-apple-darwin"
## 在开发环境交插编译
cargo build --target="x86_64-unknown-linux-gnu"