ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings

data class ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings(val certficateMode: String? = null, val connectionRetryInterval: Int? = null, val destination: ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination, val numRetries: Int? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certficateMode: String? = null
Link copied to clipboard

Number of seconds to wait before retrying connection to the flash media server if the connection is lost.

Link copied to clipboard

The RTMP endpoint excluding the stream name. See Destination for more details.

Link copied to clipboard
val numRetries: Int? = null

Number of retry attempts.