Watches OBS
Watches the OBS websocket for events.
Watch-OBS -WebSocketToken 12345 # Obviously, replace this with your password.
Watch-OBS # If you turn off authentication on OBS
The OBS websocket URL. If not provided, this will default to loopback on port 4455.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Uri] |
false | 1 | true (ByPropertyName) | WebSocketURL |
A randomly generated password used to connect to OBS. You can see the websocket password in Tools -> obs-websocket settings -> show connect info
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 2 | true (ByPropertyName) | WebSocketPassword |
Watch-OBS [[-WebSocketURI] <Uri>] [[-WebSocketToken] <String>] [<CommonParameters>]