Important Notes
- **Only use this release with OBS Studio 27.1.0 or above.**
- **All plugin components have been finished, however there are some events and requests which have not yet been implemented. See the event and request sheets to find out what has been implemented.**
- **We've changed a lot about the low-level protocol since first announcing it. If you are developing software and do not know about the changes (like OpCodes), please check it out.**
Resources
- The protocol specification is available [here](https://github.com/Palakis/obs-websocket/blob/master/docs/generated/protocol.md)
- Breaking changes to the protocol specification performed during the development process are available [here](https://github.com/Palakis/obs-websocket/discussions/769)
- The planned requests sheet is available [here](https://docs.google.com/spreadsheets/d/1LfCZrbT8e7cSaKo_TuPDd-CJiptL7RSuo8iE63vMmMs/edit)
- The planned events sheet is available [here](https://docs.google.com/spreadsheets/d/1XPVDRFwC2DNAnIBo8zKyxjG_Cnun04M4w5RwE0-JHG8/edit)
- To aid developers, I've updated simpleobsws (a client library I maintain) for the latest 5.0.0 protocol spec. This should help with testing and as an implementation example. See the branch [here](https://github.com/IRLToolkit/simpleobsws/tree/master)
Install instructions
Windows
- **Using the installer (recommended, works only with combined 32/64-bit installations)** : download it, launch it and follow the instructions.
- Using the `obs-websocket-5.0.0-alpha1-Windows.zip` archive : copy the contents of the archive to the root of your OBS Studio installation folder (`C:\Program Files\obs-studio`).
Debian / Ubuntu (64-bit)
Download `obs-websocket-5.0.0-alpha1-Ubuntu64.deb` (provided below) and install it on your system.
macOS
Sorry, but no binaries are available for macOS right now.