Chaos
Injects chaos into a stream
Component Configuration
| Option | Description | Required |
|---|---|---|
id |
A unique identifier for the component instance |
✓ |
displayName |
The name shown in the Studio UI of this component |
✓ |
frameDrop |
Drop frames from the stream (default: {"kind":"none"}) |
✗ |
jitter |
Inject jitter into stream |
✗ |
videoChaos |
Initial video chaos effect (can be changed at runtime) (default: {"kind":"disabled"}) |
✗ |
Frame Drop (Random)
| Option | Description | Required |
|---|---|---|
kind |
"random" |
✓ |
percentage |
Percentage |
✓ |
start |
Start dropping after this many frames |
✗ |
end |
End dropping after this many frames |
✗ |
Frame Drop (Start)
| Option | Description | Required |
|---|---|---|
kind |
"start" |
✓ |
start |
Drop this many frames from the start |
✓ |
Frame Drop (After)
| Option | Description | Required |
|---|---|---|
kind |
"drop_after" |
✓ |
start |
Let this many frames through |
✓ |
count |
And then drop this many frames |
✓ |