View Source Jellyfish.Component.HLS (Jellyfish Server SDK v0.5.1)

Options for the HLS component.

For the description of these options refer to Jellyfish documentation.

Summary

Types

@type credentials() :: %{
  access_key_id: String.t(),
  secret_access_key: String.t(),
  region: String.t(),
  bucket: String.t()
}
@type t() :: %Jellyfish.Component.HLS{
  low_latency: boolean(),
  persistent: boolean(),
  s3: credentials() | nil,
  subscribe_mode: :auto | :manual,
  target_window_duration: pos_integer() | nil
}