An open API service indexing awesome lists of open source software.

https://github.com/pr0pz/obs-websocket-tester

A tool for properly testing your OBS WebSocket Connection.
https://github.com/pr0pz/obs-websocket-tester

obs obs-studio obs-studio-script obs-studio-websocket obs-websocket obs-websocket-js websocket

Last synced: 4 months ago
JSON representation

A tool for properly testing your OBS WebSocket Connection.

Awesome Lists containing this project

README

        

# __OBS WebSocket Tester__

You can use this tool here:
[propz.de/obs-websocket-tester](https://propz.de/obs-websocket-tester/)

![Working OBS >= v28.0](https://img.shields.io/static/v1?label=OBS&message=>=28.0&color=256eff&logo=obsstudio&logoColor=fff)
![Made with HTML](https://img.shields.io/static/v1?label&message=HTML&color=e34c26&logo=html5&logoColor=fff)
![Made with CSS](https://img.shields.io/static/v1?label&message=CSS&color=304cdc&logo=css3&logoColor=fff)
![Made with JavaScript](https://img.shields.io/static/v1?label&message=JavaScript&color=f0db4f&logo=javascript&logoColor=323330)

## __A tool for properly testing your OBS WebSocket Connection.__

_Like it? I'd appreciate the support :)_

[![Watch on Twitch](https://img.shields.io/static/v1?label=Watch%20on&message=Twitch&color=bf94ff&logo=twitch&logoColor=fff)](https://propz.de/twitch/)
[![Join on Discord](https://img.shields.io/static/v1?label=Join%20on&message=Discord&color=7289da&logo=discord&logoColor=fff)](https://propz.de/discord/)
[![Donate on Ko-Fi](https://img.shields.io/static/v1?label=Donate%20on&message=Ko-Fi&color=ff5f5f&logo=kofi&logoColor=fff)](https://propz.de/kofi/)
[![Follow on Twitter](https://img.shields.io/static/v1?label=Follow%20on&message=Twitter&color=1DA1F2&logo=twitter&logoColor=fff)](https://propz.de/twitter/)

### __Description__

This tool gives you the ability to test the websocket connection to OBS Studio.\
Just download the HTML, connect to your OBS and start testing and playing around.

Just a plain HTML file with some CSS and JavaScript is all you need:
- Works only with [obs-websocket 5.x.x Protocol](https://github.com/obsproject/obs-websocket/blob/d5077fca03a47144f7c0eb81b5d3278186e31d59/docs/generated/protocol.md) (OBS >= 28.0)
- The WebSocket connection is handled by the [obs-websocket-js package](https://github.com/obs-websocket-community-projects/obs-websocket-js) (amazing library)
- No need to build any source files

![OBS WebSocket Tester Screenshot](https://github.com/pr0pz/obs-websocket-tester/blob/main/screenshot.gif?raw=true)

### __Instructions__

[Use it online](https://propz.de/obs-websocket-tester/) or download the HTML file and:
- Type in your connection data (also works with password protected connections)
- Chose the request type you wanna send
- Fill the needed fields and send the request
- Check the answer from OBS
- Have fun building your own stuff :)

### __Found any Bugs?__

If you find any bugs/errors, feel free to [post an issue](https://github.com/pr0pz/obs-websocket-tester/issues).

### __License__

![License: MIT](https://img.shields.io/badge/license-MIT-green)

_That's it!_

___Be excellent to each other. And, Party on, dudes!___