I am able to connect and send commands to set scenes, etc., but I cannot get SetTBarPosition to work.
OBS version is latest, 29.1.1 and it also doesn't work in the StreamerBot raw generator.
I am sending this JSON:
and receive this response:
Does anyone know what I'm doing wrong?
Thanks,
Craig
OBS version is latest, 29.1.1 and it also doesn't work in the StreamerBot raw generator.
I am sending this JSON:
JSON:
{
"d": {
"requestData": {
"position": 0.5,
"release": true
},
"requestId": "22",
"requestType": "SetTBarPosition"
},
"op": 6
}
and receive this response:
JSON:
{
"d": {
"requestId": "22",
"requestStatus": {
"code": 100,
"result": true
},
"requestType": "SetTBarPosition"
},
"op": 7
}
Does anyone know what I'm doing wrong?
Thanks,
Craig