mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs: fix version + plugin name
This commit is contained in:
parent
95f52987ef
commit
2f0476b43c
@ -1,12 +1,11 @@
|
|||||||
# obs-websocket 4.3.2 protocol reference
|
# obs-websocket 4.5.0 protocol reference
|
||||||
|
|
||||||
# General Introduction
|
# General Introduction
|
||||||
Messages are exchanged between the client and the server as JSON objects.
|
Messages are exchanged between the client and the server as JSON objects.
|
||||||
This protocol is based on the original OBS Remote protocol created by Bill Hamilton, with new commands specific to OBS Studio.
|
This protocol is based on the original OBS Remote protocol created by Bill Hamilton, with new commands specific to OBS Studio.
|
||||||
|
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
OBSWebSocket uses SHA256 to transmit credentials.
|
`obs-websocket` uses SHA256 to transmit credentials.
|
||||||
|
|
||||||
A request for [`GetAuthRequired`](#getauthrequired) returns two elements:
|
A request for [`GetAuthRequired`](#getauthrequired) returns two elements:
|
||||||
- A `challenge`: a random string that will be used to generate the auth response.
|
- A `challenge`: a random string that will be used to generate the auth response.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user