This is a GUI client using OBS WebSocket. Used for controlling OBS remotely (e.g for using with capture cards on another computer).
The main purpose of this is for saving replays with a hotkey remotely, since I couldn't find any. There are still many missing features.
I have not tested on any OS except for Windows.
-
Download the executable from the Releases page.
-
Enable OBS WebSocket:
- And connect to the remote OBS using the login details.
Requirements: git
, python3
, pip
, PyInstaller
Clone the repository:
git clone https://github.com/dng-nguyn/obs-ws-client.git
Install libraries:
pip install -r requirements.txt
Build executable with PyInstaller:
python -m PyInstaller --onefile --noconsole main.py