Skip to content

dng-nguyn/obs-remote-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBS WebSocket GUI Client

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.

Usage

  • Download the executable from the Releases page.

  • Enable OBS WebSocket:

image

  • And connect to the remote OBS using the login details.

Development

Requirements: git, python3, pip, PyInstaller

Building:

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

Screenshot

image

About

OBS controlled remotely via WebSocket GUI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages