StreamLiveInputSrt

data class StreamLiveInputSrt(val passphrase: String? = null, val streamId: String? = null, val url: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val passphrase: String? = null

The secret key to use when streaming via SRT to a live input.

Link copied to clipboard
val streamId: String? = null

The identifier of the live input to use when streaming via SRT.

Link copied to clipboard
val url: String? = null

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