libobs

Crates.iolibobs
lib.rslibobs
version5.0.1+32.0.4
created_at2024-07-07 16:27:37.289265+00
updated_at2026-01-05 20:38:04.638764+00
descriptionLibOBS bindings for Rust
homepage
repositoryhttps://github.com/libobs-rs/libobs-rs
max_upload_size
id1294994
size1,546,050
Hendrik Lind (sshcrack)

documentation

https://libobs-rs.github.io/libobs-rs/libobs/

README

libobs-rs

This is currently just a wrapper around the C API of OBS Studio. The stable API is available in the libobs-wrapper crate.

Building on Linux

The library needs OBS binaries in your target directory for Windows and MacOS. If you want to target Linux, users (you included) must build and install OBS Studio manually from source. For Windows and Macos, there are multiple ways to set this up. Instructions can be viewed here

Troubleshooting

If you encounter build errors:

  1. Make sure all system dependencies are installed
  2. Verify that clang is in your PATH: clang --version
  3. If you have a custom OBS installation, set the LIBOBS_PATH environment variable to point to your OBS library directory
Commit count: 542

cargo fmt