8000 GitHub - cyrv6737/obs-cmd
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cyrv6737/obs-cmd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obs-cmd - a minimal obs CLI for obs-websocket v5

I was used to obs-cli but it doesn't support obs-websocket 5

Latest Release

Usage

Just a minimal API is supported

obs-cmd scene switch <scene>
obs-cmd scene switch @cam-front
obs-cmd recording toggle
obs-cmd streaming start
obs-cmd virtualcam start
obs-cmd info

Installation

Create the config file in ~/.config/obs-cmd.toml

# file: ~/.config/obs-cmd.toml

OBS_WS_PASSWORD = "secret"

Run this commands to build the binary and install it

cargo build --release
sudo ln -s $PWD/target/release/obs-cmd /usr/local/bin/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%
0