Skip to content

Commit a0ff40a

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Watch-OBS -BufferSize ( Fixes #212, Fixes #213 )
Defaulting to 64kb
1 parent 7ca074b commit a0ff40a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/Watch-OBS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,16 @@ You can see the websocket password in Tools -> obs-websocket settings -> show co
4949
|----------|--------|--------|---------------------|-----------------|
5050
|`[String]`|false |2 |true (ByPropertyName)|WebSocketPassword|
5151

52+
#### **BufferSize**
53+
The size of the buffer to use when receiving messages from the websocket.
54+
55+
|Type |Required|Position|PipelineInput |
56+
|---------|--------|--------|---------------------|
57+
|`[Int32]`|false |3 |true (ByPropertyName)|
58+
5259
---
5360

5461
### Syntax
5562
```PowerShell
56-
Watch-OBS [[-WebSocketURI] <Uri>] [[-WebSocketToken] <String>] [<CommonParameters>]
63+
Watch-OBS [[-WebSocketURI] <Uri>] [[-WebSocketToken] <String>] [[-BufferSize] <Int32>] [<CommonParameters>]
5764
```

0 commit comments

Comments
 (0)