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

Options for the RTSP component.

For the description of these options refer to Jellyfish documentation.

Summary

Types

@type t() :: %Jellyfish.Component.RTSP{
  keep_alive_interval: non_neg_integer(),
  pierce_nat: boolean(),
  reconnect_delay: non_neg_integer(),
  rtp_port: 1..65535,
  source_uri: URI.t()
}