Membrane.RTP.Parser (Membrane RTP plugin v0.7.0-alpha) View Source
Parses RTP packets.
Outputs each packet payload as a separate Membrane.Buffer
.
Attaches the following metadata under :rtp
key: :timestamp
, :sequence_number
,
:ssrc
, :payload_type
, :marker
, :extension
. See Membrane.RTP.Header
for
their meaning and specifications.
Pads
:input
Availability | :always |
Caps | Membrane.RemoteStream , restrictions:<br /> type: :packetized ,<br /> content_format: one_of([nil, Membrane.RTP]) |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
:rtcp_output
Availability | :on_request |
Caps | :any |
Direction | :output |
Mode | :push |
Name | :rtcp_output |
:output
Availability | :always |
Caps | Membrane.RTP |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Functions
Returns pads descriptions for Membrane.RTP.Parser
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.RTP.Parser