Skip to content

Commit

Permalink
feat: Watch-OBS -BufferSize ( Fixes #212, Fixes #213 )
Browse files Browse the repository at this point in the history
Defaulting to 64kb
  • Loading branch information
StartAutomating authored and StartAutomating committed Jan 2, 2025
1 parent 7ca074b commit a0ff40a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/Watch-OBS.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,16 @@ You can see the websocket password in Tools -> obs-websocket settings -> show co
|----------|--------|--------|---------------------|-----------------|
|`[String]`|false |2 |true (ByPropertyName)|WebSocketPassword|

#### **BufferSize**
The size of the buffer to use when receiving messages from the websocket.

|Type |Required|Position|PipelineInput |
|---------|--------|--------|---------------------|
|`[Int32]`|false |3 |true (ByPropertyName)|

---

### Syntax
```PowerShell
Watch-OBS [[-WebSocketURI] <Uri>] [[-WebSocketToken] <String>] [<CommonParameters>]
Watch-OBS [[-WebSocketURI] <Uri>] [[-WebSocketToken] <String>] [[-BufferSize] <Int32>] [<CommonParameters>]
```

0 comments on commit a0ff40a

Please sign in to comment.