UDP TS Egest
This component outputs multiple media streams over UDP in TS (Transport Stream) format. It accepts multiple input streams and sends them to a specified IP address and port.
Component Configuration
Option | Description | Required |
---|---|---|
id |
A unique identifier for the component instance |
✓ |
displayName |
The name shown in the Studio UI of this component |
✓ |
port |
The port this UDP TS output will send to (default: 8001) |
𐄂 |
destinationHost |
The IP address/Hostname this UDP TS output will send to (default: "127.0.0.1") |
𐄂 |
bufferDelayMs |
How many milliseconds in the jitter buffer (default: 500) |
𐄂 |
interface |
Which interface to bind to for publishing (default: "any") |
𐄂 |