Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Godot OBS Recorder

An asset by Ryash
The page banner background of a mountain and forest
Godot OBS Recorder hero image

Quick Information

0 ratings
Godot OBS Recorder icon image
Ryash
Godot OBS Recorder

This tool allows you to record Godot from within the Editor.It comes with useful options.How to use:1. Install the Plugin and activate both the OBS WebSocket and OBS Recorder plugins.2. You can probably let the port and server be unchanged, however you have locate the OBS Executable file from the selector and also enable OBS WebSocket in OBS, set your password and input the password.3. Once done, click on save.4. then click on establish connection5. then enjoy!

Supported Engine Version
3.5
Version String
1.0
License Version
MIT
Support Level
testing
Modified Date
2 years ago
Git URL
Issue URL

README OBS Websocket GD

README Chat on Discord

A Godot addon to interact with obs-websocket. Tested on Godot 3.4.

IMPORTANT

This addon targets obs-websocket 5.x. Please use the obs-websocket_4.x branch if you are using obs-websocket 4.x.

Game/App Quickstart

  1. Install obs-websocket for your platform
  2. Configure obs-websocket in OBS and set the password to something of your choosing
  3. Clone this project
  4. Instance in the addons/obs_websocket_gd/obs_websocket.tscn file somewhere in your project
  5. By default, the addon tries to connect to localhost:4444 with a password of password. Change the password in addons/obs_websocket_gd/obs_websocket.gd to the password set in step 2. The variables are exported for convenience
  6. (OPTIONAL) Connect some listener to the obs_data_received(update_data) signal in obs_websocket.gd. obs_data_received outputs an ObsMessage data structure. This data structure stores the raw response and also maps the data to the expected OpCode fields.
  7. Call the send_command(command: String, data: Dictionary = {}) method on the obs_websocket.gd instance. Reference the obs-websocket protocol to find out what commands + data to send

This tool allows you to record Godot from within the Editor.
It comes with useful options.
How to use:
1. Install the Plugin and activate both the OBS WebSocket and OBS Recorder plugins.
2. You can probably let the port and server be unchanged, however you have locate the OBS Executable file from the selector and also enable OBS WebSocket in OBS, set your password and input the password.
3. Once done, click on save.
4. then click on establish connection
5. then enjoy!

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Godot OBS Recorder icon image
Ryash
Godot OBS Recorder

This tool allows you to record Godot from within the Editor.It comes with useful options.How to use:1. Install the Plugin and activate both the OBS WebSocket and OBS Recorder plugins.2. You can probably let the port and server be unchanged, however you have locate the OBS Executable file from the selector and also enable OBS WebSocket in OBS, set your password and input the password.3. Once done, click on save.4. then click on establish connection5. then enjoy!

Supported Engine Version
3.5
Version String
1.0
License Version
MIT
Support Level
testing
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers