TCP TS ingest
Receives MPEG Transport Streams over TCP by connecting out to the configured server
Component Configuration
| Option | Description | Required |
|---|---|---|
id |
A unique identifier for the component instance |
✓ |
displayName |
The name shown in the Studio UI of this component |
✓ |
host |
The remote server IP address/hostname to connect to (default: "127.0.0.1") |
✗ |
port |
The remote server port to connect to (default: 5001) |
✗ |
timeout |
Idle timeout in milliseconds before a connection delivering no data is dropped and reconnected (default: 1000) |
✗ |
minReadBytes |
Minimum number of bytes to gather before passing data downstream (default 1316, seven TS packets) |
✗ |
lingerMs |
Flush gathered bytes after this many milliseconds of quiet rather than waiting for the minimum read size (default 50) |
✗ |
burstProtection |
Drop data until input is completely stable (default: true) |
✗ |
streamMappings |
Configure which streams to accept from this input |
✗ |
notes |
Additional notes about this component |
✗ |
Tags: tcp transport stream mpeg-ts ingest