Skip to content

An OBS plugin to control recording status over HTTP.

License

Notifications You must be signed in to change notification settings

Beezig/obs-controller

Repository files navigation

OBS Controller

Gitlab pipeline status Build Status

An OBS plugin to control recording status over HTTP.

Building

Clone the project and run

cargo build --release

You'll find a compiled shared library in the target/release folder.

Contributing

Install clippy with

rustup component add clippy

and run

RUSTFLAGS=-Dwarnings cargo clippy

to check if your code passes the quality check.

License

OBS Controller is licensed under the Terms and Conditions of the GNU GPL v3+.
Read the LICENSE file for more.