HlsResponse

data class HlsResponse(val fragmentsPerTsSegment: Int? = null)

HTTP Live Streaming (HLS) packing setting for the live output.

Constructors

Link copied to clipboard
constructor(fragmentsPerTsSegment: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event. This value does not affect the packing ratio for HLS CMAF output.