UdpOutputSettings

Udp Output Settings

Types

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

Properties

Link copied to clipboard

UDP output buffering in milliseconds. Larger values increase latency through the transcoder but simultaneously assist the transcoder in maintaining a constant, low-jitter UDP/RTP output while accommodating clock recovery, input switching, input disruptions, picture reordering, etc.

Link copied to clipboard

Udp Container Settings

Link copied to clipboard

Destination address and port number for RTP or UDP packets. Can be unicast or multicast RTP or UDP (eg. rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).

Link copied to clipboard

Settings for enabling and adjusting Forward Error Correction on UDP outputs.

Functions

Link copied to clipboard
inline fun copy(block: UdpOutputSettings.Builder.() -> Unit = {}): UdpOutputSettings
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