UDP TS Egest
Sends multiple media streams over UDP in Transport Stream format
Component Configuration
| Option | Description | Required |
|---|---|---|
id |
A unique identifier for the component instance |
✓ |
displayName |
The name shown in the Studio UI of this component |
✓ |
destinations |
Add one or more UDP TS destinations. The output stream will be sent to all destinations simultaneously. |
✗ |
jitterBuffer |
Configure the buffer to smooth outgoing data. Leave empty to use global latency profile default. (default: {}) |
✗ |
avDelayMs |
A/V delay in milliseconds (default: 50) |
✗ |
tsEncoder |
TS Encoder settings |
✓ |
subtitles |
Subtitle/caption configuration (default: {"kind":"cta608"}) |
✗ |
notes |
Additional notes about this component |
✗ |
Destinations
| Option | Description | Required |
|---|---|---|
destinationHost |
The IP address/Hostname this UDP TS output will send to (default: "127.0.0.1") |
✗ |
port |
The port this UDP TS output will send to (default: 8001) |
✗ |
interface |
Which interface to bind to for publishing (default: "any") |
✗ |
Jitter Buffer
| Option | Description | Required |
|---|---|---|
bufferDelayMs |
How many milliseconds in the jitter buffer. Leave empty to use the global latency profile default. |
✗ |