static Transport.Builder |
Transport.builder() |
|
Transport.Builder |
Transport.Builder.cidrAllowList(String... cidrAllowList) |
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
Transport.Builder |
Transport.Builder.cidrAllowList(Collection<String> cidrAllowList) |
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
Transport.Builder |
Transport.Builder.maxBitrate(Integer maxBitrate) |
The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.
|
Transport.Builder |
Transport.Builder.maxLatency(Integer maxLatency) |
The maximum latency in milliseconds.
|
Transport.Builder |
Transport.Builder.maxSyncBuffer(Integer maxSyncBuffer) |
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
Transport.Builder |
Transport.Builder.minLatency(Integer minLatency) |
The minimum latency in milliseconds for SRT-based streams.
|
Transport.Builder |
Transport.Builder.protocol(String protocol) |
The protocol that is used by the source or output.
|
Transport.Builder |
Transport.Builder.protocol(Protocol protocol) |
The protocol that is used by the source or output.
|
Transport.Builder |
Transport.Builder.remoteId(String remoteId) |
The remote ID for the Zixi-pull stream.
|
Transport.Builder |
Transport.Builder.senderControlPort(Integer senderControlPort) |
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
Transport.Builder |
Transport.Builder.senderIpAddress(String senderIpAddress) |
The IP address that the flow communicates with to initiate connection with the sender.
|
Transport.Builder |
Transport.Builder.smoothingLatency(Integer smoothingLatency) |
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
Transport.Builder |
Transport.Builder.sourceListenerAddress(String sourceListenerAddress) |
Source IP or domain name for SRT-caller protocol.
|
Transport.Builder |
Transport.Builder.sourceListenerPort(Integer sourceListenerPort) |
Source port for SRT-caller protocol.
|
Transport.Builder |
Transport.Builder.streamId(String streamId) |
The stream ID that you want to use for this transport.
|
Transport.Builder |
Transport.toBuilder() |
|