SRT Ingest (Caller)
This component allows you to receive Secure Reliable Transport (SRT) streams by calling a remote SRT listener.
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 SRT input will connect to (default: 5001) |
𐄂 |
host |
The IP address/hostname this SRT input will connect to (default: "0.0.0.0") |
𐄂 |
sourceName |
Source name to identify this by (default: "camera1") |
𐄂 |
passphrase |
Optional: Authentication for this SRT input |
𐄂 |
streamId |
Optional: StreamId to use when calling the remote listener |
𐄂 |
socketOptions |
Socket Options |
𐄂 |
Socket Options
Option | Description | Required |
---|---|---|
receiveLatency |
The latency value in the receiving direction of the socket (SRTO_RCVLATENCY) |
𐄂 |
peerLatency |
The latency value provided by the sender side as a minimum value for the receiver (SRTO_PEERLATENCY) |
𐄂 |
inputBandwidth |
Input bandwidth (SRTO_INPUTBW) |
𐄂 |
overheadBandwidth |
Overhead bandwidth (SRTO_OHEADBW) |
𐄂 |
maxBandwidth |
Max bandwidth (SRTO_MAXBW) |
𐄂 |