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

Options for the RTSP component.

For the description of these options refer to Fishjam documentation.

Summary

Types

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