Channel Encoder Settings Output Group Output Output Settings Rtmp Output Settings
data class ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings(val certificateMode: String? = null, val connectionRetryInterval: Int? = null, val destination: ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination, val numRetries: Int? = null)
Constructors
Link copied to clipboard
constructor(certificateMode: String? = null, connectionRetryInterval: Int? = null, destination: ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination, numRetries: Int? = null)
Properties
Link copied to clipboard
Setting to allow self signed or verified RTMP certificates.
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
Number of retry attempts.