1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: obs-cli
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Benjamin Drung <bdrung@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-andreykaipov-goobs-dev (>= 0.8),
golang-github-dustin-go-humanize-dev,
golang-github-spf13-cobra-dev,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/obs-cli
Vcs-Git: https://salsa.debian.org/go-team/packages/obs-cli.git
Homepage: https://github.com/muesli/obs-cli
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/muesli/obs-cli
Package: obs-cli
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Description: command-line remote control for OBS Studio
OBS-cli is a command-line remote control for Open Broadcaster Software (OBS)
Studio. It requires the obs-websocket plugin to be installed on your system.
.
obs-cli supports following commands:
* label countdown/text
* recording start/status/stop/toggle
* scene switch
* sceneitem center/hide/list/show/toggle
* source list/toggle-mute
* stream start/status/stop/toggle
|