UDP TS ingest
This component receives and processes MPEG Transport Streams (TS) over UDP.
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 receiving port (default: 5001) |
✗ |
host |
The receiving IP address/hostname (default: "127.0.0.1") |
✗ |
interface |
Optional interface to bind to |
✗ |
timeout |
Timeout in milliseconds before determining the input is closed (default: 1000) |
✗ |
rtpDecapsulate |
Whether to expect the input TS to be encapsulated in RTP via RFC 2250 (default: false) |
✓ |
streamMappings |
Advanced stream mapping for this input |
✗ |
notes |
Additional notes about this component |
✗ |