OBSConnectionSettings Object OBS connection settings:
url String The URL of your OBS Websocket. The default set for both NodeCG and the Stream OBS is localhost:4445.
secure Boolean Whether 'Enable Authentication' has been ticked in the OBS Websocket settings.
password String The 'Server Password' set in the OBS Websocket settings. Required if OBSConnectionSettings.secure = true.
eventSubscriptions Array of strings The event types that NodeCG will listen out for through the Websocket. A full list of events can be found here, but you shouldn't need to change this setting.
{
"OBSConnectionSettings": {
"url": "localhost:4445",
"secure": false,
"password": "password",
"eventSubscriptions": ["General"]
}
}