Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.03 KB

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.