View Source Fishjam.Component.HLS (Fishjam Server SDK v0.6.0)

Options for the HLS component.

For the description of these options refer to Fishjam documentation.

Summary

Types

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