Membrane RTP plugin v0.4.0-alpha Membrane.RTP.Session.ReceiveBin View Source

A bin handling the receive part of RTP session.

Consumes one or more RTP streams on each input and outputs a stream from one SSRC on each output.

Every stream is parsed and then (based on SSRC field) RTP streams are separated, depacketized and sent further. It notifies its parent about each new stream with a notification of the format {:new_rtp_stream, ssrc, payload_type}. Parent should then connect to this bin's dynamic output pad instance that will have an id == ssrc.

Link to this section Summary

Types

t()

Struct containing options for Membrane.RTP.Session.ReceiveBin

Functions

Returns pads descriptions for Membrane.RTP.Session.ReceiveBin

Returns description of options available for this module

Link to this section Types

Link to this type

t()

View Source
t() :: %Membrane.RTP.Session.ReceiveBin{
  custom_depayloaders: %{required(Membrane.RTP.payload_type_t()) => module()},
  fmt_mapping: %{required(integer()) => Membrane.RTP.payload_type_t()}
}

Struct containing options for Membrane.RTP.Session.ReceiveBin

Link to this section Functions

Returns pads descriptions for Membrane.RTP.Session.ReceiveBin

Returns description of options available for this module