View Source Membrane.SRTCP.Decryptor (Membrane RTP plugin v0.21.0)

Converts SRTCP packets to plain RTCP.

Requires adding libsrtp dependency to work.

element-options

Element options

Passed via struct Membrane.SRTCP.Decryptor.t/0

  • policies

    [ExLibSRTP.Policy.t()]

    Required
    List of SRTP policies to use for decrypting packets. See ExLibSRTP.Policy.t/0 for details.

pads

Pads

input

:input

Accepted formats:

_any
Direction::input
Availability::always
Mode::pull
Demand mode::auto
Demand unit::buffers

output

:output

Accepted formats:

_any
Direction::output
Availability::always
Mode::pull
Demand mode::auto

Link to this section Summary

Types

t()

Struct containing options for Membrane.SRTCP.Decryptor

Functions

Returns description of options available for this module

Link to this section Types

@type t() :: %Membrane.SRTCP.Decryptor{policies: [ExLibSRTP.Policy.t()]}

Struct containing options for Membrane.SRTCP.Decryptor

Link to this section Functions

@spec options() :: keyword()

Returns description of options available for this module