The goal of this project is to stream (or record) my Windows desktop and send the information to a client.
This will only build and work on Windows OS
-
Make sure you have ffmpeg installed and follow the build instructions for rust-ac-ffmpeg
-
cargo build --release
-
cargo run --release
- cargo run --release
- cargo run --release -- -d (# of monitor to record)
- Windows API code is adapted from screenshot-rs, licensed under the MIT license.
- Referenced code from sharer, licensed under GPL-3.0 license