StreamLiveInputRtmpsPlayback

data class StreamLiveInputRtmpsPlayback(val streamKey: String? = null, val url: String? = null)

Constructors

Link copied to clipboard
constructor(streamKey: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val streamKey: String? = null

The secret key to use for playback via RTMPS.

Link copied to clipboard
val url: String? = null

The URL used to play live video over RTMPS.