View Source Membrane.RTP.TCP.Encapsulator (Membrane RTP plugin v0.27.1)

This element provides functionality of serializing RTP and RTCP packets into a bytestream that can be send over TCP connection. The encapsulation is described in RFC 4571.

Packets in the stream will have the following structure: [Length :: 2 bytes][packet :: <Length> bytes]

Pads

:input

Accepted formats:

%RemoteStream{type: :packetized, content_format: RTP}
Direction::input
Availability::always
Flow control::auto

:output

Accepted formats:

%RemoteStream{type: :bytestream}
Direction::output
Availability::always
Flow control::auto