SrtCallerSource

The configuration for a source that uses SRT as the connection protocol. In terms of establishing the connection, MediaLive is always caller and the upstream system is always the listener. In terms of transmission of the source content, MediaLive is always the receiver and the upstream system is always the sender.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The decryption settings for the SRT caller source. Present only if the source has decryption enabled.

Link copied to clipboard

The preferred latency (in milliseconds) for implementing packet loss and recovery. Packet recovery is a key feature of SRT.

Link copied to clipboard

The IP address at the upstream system (the listener) that MediaLive (the caller) connects to.

Link copied to clipboard

The port at the upstream system (the listener) that MediaLive (the caller) connects to.

Link copied to clipboard

The stream ID, if the upstream system uses this identifier.

Functions

Link copied to clipboard
inline fun copy(block: SrtCallerSource.Builder.() -> Unit = {}): SrtCallerSource
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String