Membrane.RTP.StreamReceiveBin (Membrane RTP plugin v0.7.0-alpha) View Source
This bin gets a parsed RTP stream on input and outputs raw media stream. Its responsibility is to depayload the RTP stream and compensate the jitter.
Bin options
Passed via struct Membrane.RTP.StreamReceiveBin.t/0
clock_rate
Membrane.RTP.clock_rate_t()
Required
depayloader
any
Required
local_ssrc
Membrane.RTP.ssrc_t()
Required
remote_ssrc
Membrane.RTP.ssrc_t()
Required
rtcp_interval
Membrane.Time.t()
Required
Pads
:input
Availability | :always |
Caps | :any |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
:output
Availability | :always |
Caps | :any |
Demand unit | :buffers |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.RTP.StreamReceiveBin
Functions
Returns pads descriptions for Membrane.RTP.StreamReceiveBin
Returns description of options available for this module
Link to this section Types
Specs
t() :: %Membrane.RTP.StreamReceiveBin{ clock_rate: Membrane.RTP.clock_rate_t(), depayloader: any(), local_ssrc: Membrane.RTP.ssrc_t(), remote_ssrc: Membrane.RTP.ssrc_t(), rtcp_interval: Membrane.Time.t() }
Struct containing options for Membrane.RTP.StreamReceiveBin
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.RTP.StreamReceiveBin
Specs
options() :: keyword()
Returns description of options available for this module