You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket захоўвае пароль сервера ў выглядзе звычайнага тэксту. Настойліва рэкамендуецца выкарыстоўваць пароль, які згенеруе obs-websocket."
19
-
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Вы ўпэўненыя, што хочаце карыстацца сваім паролем?"
19
+
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Ці вы ўпэўненыя, што хочаце карыстацца сваім паролем?"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Avertisment: În prezent în direct"
15
-
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Se pare că un output (transmisiune, înregistrare etc.) este activ în prezent."
15
+
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Se pare că un output (stream, înregistrare etc.) este activ în prezent."
16
16
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Sigur vrei să afișezi informațiile de conectare?"
17
17
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Avertisment: Potențială problemă de securitate"
18
18
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket stochează parola serverului ca text simplu. Este foarte recomandat să folosiți o parolă generată de obs-websocket."
Copy file name to clipboardExpand all lines: docs/generated/protocol.json
+48
Original file line number
Diff line number
Diff line change
@@ -3472,6 +3472,37 @@
3472
3472
"requestFields": [],
3473
3473
"responseFields": []
3474
3474
},
3475
+
{
3476
+
"description": "Splits the current file being recorded into a new file.",
3477
+
"requestType": "SplitRecordFile",
3478
+
"complexity": 2,
3479
+
"rpcVersion": "1",
3480
+
"deprecated": false,
3481
+
"initialVersion": "5.5.0",
3482
+
"category": "record",
3483
+
"requestFields": [],
3484
+
"responseFields": []
3485
+
},
3486
+
{
3487
+
"description": "Adds a new chapter marker to the file currently being recorded.\n\nNote: As of OBS 30.2.0, the only file format supporting this feature is Hybrid MP4.",
3488
+
"requestType": "CreateRecordChapter",
3489
+
"complexity": 2,
3490
+
"rpcVersion": "1",
3491
+
"deprecated": false,
3492
+
"initialVersion": "5.5.0",
3493
+
"category": "record",
3494
+
"requestFields": [
3495
+
{
3496
+
"valueName": "chapterName",
3497
+
"valueType": "String",
3498
+
"valueDescription": "Name of the new chapter",
3499
+
"valueRestrictions": null,
3500
+
"valueOptional": true,
3501
+
"valueOptionalBehavior": "Unknown"
3502
+
}
3503
+
],
3504
+
"responseFields": []
3505
+
},
3475
3506
{
3476
3507
"description": "Gets a list of all scene items in a scene.\n\nScenes only",
3477
3508
"requestType": "GetSceneItemList",
@@ -6046,6 +6077,23 @@
6046
6077
}
6047
6078
]
6048
6079
},
6080
+
{
6081
+
"description": "The record output has started writing to a new file. For example, when a file split happens.",
6082
+
"eventType": "RecordFileChanged",
6083
+
"eventSubscription": "Outputs",
6084
+
"complexity": 2,
6085
+
"rpcVersion": "1",
6086
+
"deprecated": false,
6087
+
"initialVersion": "5.5.0",
6088
+
"category": "outputs",
6089
+
"dataFields": [
6090
+
{
6091
+
"valueName": "newOutputPath",
6092
+
"valueType": "String",
6093
+
"valueDescription": "File name that the output has begun writing to"
6094
+
}
6095
+
]
6096
+
},
6049
6097
{
6050
6098
"description": "The state of the replay buffer output has changed.",
0 commit comments