Package Details: obs-cli 0.5.0-1

Git Clone URL: https://aur.archlinux.org/obs-cli.git (read-only, click to copy)
Package Base: obs-cli
Description: OBS-cli is a command-line remote control for OBS
Upstream URL: https://github.com/muesli/obs-cli
Licenses: MIT
Submitter: muesli
Maintainer: muesli
Last Packager: muesli
Votes: 4
Popularity: 0.000000
First Submitted: 2020-02-16 21:44 (UTC)
Last Updated: 2022-01-28 23:48 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

muesli commented on 2025-08-09 13:51 (UTC)

@hopeseekr You can still install the old API plugin and make use of obs-cli that way. Fwiw, the project isn't abandoned, even if you expect more activity.

hopeseekr commented on 2025-08-09 09:53 (UTC)

This package is abandoned since May 2023... The only thing that works in Arch Linux is obs-cmd. To install:

Add this to your ~/.bash_profile

export OBS_WEBSOCKET_URL=obsws://localhost:4455/<password>

dhtseany commented on 2023-11-13 21:09 (UTC) (edited on 2023-11-13 21:10 (UTC) by dhtseany)

error: Failed auth: Client/server version mismatch? Unrecognized message:{"d":{"authentication":{"challenge":"gyMLl8Dv5E19UwrNHAKIdNFlvRksRfjfpowyeBTx6qs=","salt":"H1szNrlTiYI6D2XOuyaTegcvqb4BRD2C2v2VxM8rywM="},"obsWebSocketVersion":"5.3.3","rpcVersion":1},"op":0}

Edit: I'm using obs-studio-git to allow the native websocket to install.

muesli commented on 2021-09-30 22:21 (UTC)

@xerus I see your point, that's a bit misleading. It's only required on the OBS-host system, not on the client that's running obs-cli.

melonion commented on 2021-09-30 22:16 (UTC)

@muesli in the repo it says "It requires the obs-websocket plugin to be installed on your system" - then you should clarify that there as well.

muesli commented on 2021-09-27 12:19 (UTC)

@xerus I have been considering adding obs-websocket as a dependency, but came to the conclusion it's not completely appropriate: it's not a direct dependency of obs-cli and you can still connect to other hosts running OBS without it just fine.

It should probably be a suggested dependency though.

muesli commented on 2021-09-27 10:56 (UTC)

@Ashark Thank you, I really appreciate your efforts here! <3

Ashark commented on 2021-09-27 08:33 (UTC)

@muesli, thanks for your answer. I asked laefak to rename his utility (https://github.com/leafac/obs-cli/issues/3). Let's see what he decides.

muesli commented on 2021-09-26 23:50 (UTC)

@Ashark This is unfortunate, but since leafac was even aware of my prior work (see https://github.com/muesli/obs-cli/issues/3) I would suggest asking them to come up with a different name first, instead of putting this burden on me.

They also don't have quite the same purpose in my view. I would argue that my tool is geared towards OBS users, whereas leafac's version is better suited for developers.