rtsp-mock

Crates.iortsp-mock
lib.rsrtsp-mock
version0.2.0
sourcesrc
created_at2020-10-20 06:41:07.80869
updated_at2020-10-20 06:41:07.80869
descriptionmock rtsp stream
homepagehttps://github.com/Talbot3/PracticeRust/tree/master/packages/rtsp-mock
repositoryhttps://github.com/Talbot3/PracticeRust
max_upload_size
id303334
size16,271
翎栋 (Talbot3)

documentation

https://github.com/Talbot3/PracticeRust/tree/master/packages/rtsp-mock

README

RTSP Camera Mock

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"

Thanks

  • valmirjunior0088/rtsp-camera-mock.git
Commit count: 24

cargo fmt