API Reference Membrane RTP plugin v0.7.0-alpha.1

Modules

Parses RTCP Application-defined (APP) packets defined in RFC3550

Parses and constructs RTCP BYE packets defined in RFC3550

Abstraction and generic encoding and decoding functionality for RTCP feedback packets.

TODO: MOCK MODULE, TO BE IMPLEMENTED

Struct describing 32-bit header common to all RTCP packets

Functions common to all RTCP Packets

Element responsible for receiving raw RTCP packets, parsing them and emitting proper RTCP events.

Element exchanging RTCP packets and jitter buffer statistics.

Parses and constructs RTCP Receiver Report defined in RFC3550

Parses and constructs report blocks, which are parts of RTCP Sender and Receiver Reports defined in RFC3550

Parses Source Description (SDES) RTCP Packets defined in RFC3550

Parses and constructs RTCP Sender Report defined in RFC3550

Event carrying a parsed RTCP packet.

Describes RTP Header defined in RFC3550

Describes RTP Header Extension defined in RFC3550

Element that buffers and reorders RTP packets based on sequence_number.

JitterBuffer stats that can be used for Receiver report generation

Event carrying jitter buffer statistics.

Event to be sent to jitter buffer to request statistics.

Defines a struct describing an RTP packet and a way to parse and serialize it. Based on RFC3550

This module contains utility to translate numerical payload type into an atom value.

Event carrying information about how many packets has been dropped by some element.

Identifies RTP/RTCP packets, then tries to parse RTP packet (parsing header and preparing payload) and forwards RTCP packet to :rtcp_output pad unchanged.

A filter separating RTP packets from different SSRCs into different outpts.

Serializes RTP payload to RTP packets by adding the RTP header to each of them.

Serializer stats that can be used for Sender Report(SR) generation

Bin handling one RTP session, that may consist of multiple incoming and outgoing RTP streams.

Element responsible for dropping silent audio packets.

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 payloading and serializing media stream to RTP.

Simple vad based on audio level sent in RTP header.

Converts SRTCP packets to plain RTCP.

Converts SRTP packets to plain RTP.

Converts plain RTP packets to SRTP.