StreamLiveInputRtmps

data class StreamLiveInputRtmps(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 when streaming via RTMPS to a live input.

Link copied to clipboard
val url: String? = null

The RTMPS URL you provide to the broadcaster, which they stream live video to.