An OBS plugin to control recording status over HTTP.
Clone the project and run
cargo build --release
You'll find a compiled shared library in the target/release
folder.
Install clippy
with
rustup component add clippy
and run
RUSTFLAGS=-Dwarnings cargo clippy
to check if your code passes the quality check.
OBS Controller is licensed under the Terms and Conditions of the GNU GPL v3+.
Read the LICENSE file for more.