Stream Live Input Recording Args
data class StreamLiveInputRecordingArgs(val allowedOrigins: Output<List<String>>? = null, val hideLiveViewerCount: Output<Boolean>? = null, val mode: Output<String>? = null, val requireSignedUrls: Output<Boolean>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<StreamLiveInputRecordingArgs>
Constructors
Properties
Link copied to clipboard
Lists the origins allowed to display videos created with this input. Enter allowed origin domains in an array and use *
for wildcard subdomains. An empty array allows videos to be viewed on any origin.
Link copied to clipboard
Disables reporting the number of live viewers when this property is set to true
.
Link copied to clipboard
Link copied to clipboard
Indicates if a video using the live input has the requireSignedURLs
property set. Also enforces access controls on any video recording of the livestream with the live input.
Link copied to clipboard
Determines the amount of time a live input configured in automatic
mode should wait before a recording transitions from live to on-demand. 0
is recommended for most use cases and indicates the platform default should be used.