Membrane RTP plugin v0.4.0-alpha Membrane.RTP.StreamReceiveBin 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.
TODO: payload type demuxing
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
Link to this type
t()
View Sourcet() :: %Membrane.RTP.StreamReceiveBin{ depayloader: any(), ssrc: Membrane.RTP.ssrc_t() }
Struct containing options for Membrane.RTP.StreamReceiveBin
Link to this section Functions
Link to this function
membrane_pads()
View Sourcemembrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.RTP.StreamReceiveBin
Returns description of options available for this module