bcoyle
Member
obs 28 and 29 use websokets v5. But there is a compatible v4 style plugin available.You need to search for it.I can't undestand, how to make source visible. In old version 4, was
obs 28 and 29 use websokets v5. But there is a compatible v4 style plugin available.You need to search for it.I can't undestand, how to make source visible. In old version 4, was
I have exported the "Scene Collection" and the only difference between the JSON files is that the working one has a different Monitor ID in the source settings section e.g.I am struggling to add monitors to a scene. I can get a list of monitors, I can create a scene item and then set it's transform but the monitor does not display. I can see the monitors listed in the "Sources" panel but In the central bar I just see "[Device not connected or not available]" until I open and close the properties panel (don't have to change anything) and then the monitor display appears exactly as I want it. Can any one advise which calls I need to make to get both my monitors into the scene properly purely via code?
Just to share it with you, I just ran File Check Integrity, and the OBS was restarted, so the WebSocket Server Settings just appeared after that. So, if it is not necessary to understand it I will understand.Hi All,
I'm new here, and at this moment I need to know where can I configure the obs web service in OBS 29, once in the 29 version no need to install the OBS web service plugin, but it does not appear in the Tool menu.
Could you help me, please?
Thanks in advance.
FWIW I believe you can use Advanced Scene Switcher to automate changing stream keys.Could this plugin be used to set the streaming key?
Instead of having to enter an event specific steam key under settings > stream key, I'd love to use a browser dock or similar to present a text input field to paste the current stream key to use.
Hi I don't know if this applies to obs 28+, but in the obs v4 socket api you can use the following command todoes anyone know if its possible to control the specific settings of plugins using web sockets ? or does it just control main OBS functions ? I have installed source switcher plugin... id like to find a way to change the "duration" value in the "time switch" mode, also the "duration" value of the "transition"... i have got web sockets working to do basic scene switching but im trying to understand how to change parameters in filters or if its even possible ?
| Name | Type | Description |
|---|---|---|
| sourceName | String | Name of the source to which the filter belongs |
| filterName | String | Name of the filter to reconfigure |
| filterSettings | Object | New settings. These will be merged to the current filter settings. |
| Name | Type | Description |
|---|---|---|
| sourceName | String | Source name |
| filterName | String | Source filter name |
| filterEnabled | Boolean | New filter state |
you're welcomethanks for the help.. been a while since i looked at it but i did eventually work out what i was trying to do at the time..
AND after I posted this, i discovered my destination OBS machine had a blank "stinger" file playing on each transition without me seeing it. DOh!I'm sending command SetCurrentProgramScene code below. It works, but there's a 2 second delay between OBS websocket receiving the command to it executing it (live log).
I've tried other json websocket commands, like start or stopping stream, and the reaction is immediate.
Anyone encounter this?
{
"d": {
"requestData": {
"sceneName": "Scene1"
},
"requestType": "SetCurrentProgramScene",
"requestId": "99999"
},
"op": 6
}