View Source Membrane.SRTP.Encryptor (Membrane RTP plugin v0.27.1)

Converts plain RTP packets to SRTP.

Requires adding srtp dependency to work.

Element options

Passed via struct Membrane.SRTP.Encryptor.t/0

  • policies

    [ExLibSRTP.Policy.t()]

    Default value: []
    List of SRTP policies to use for encrypting packets. See ExLibSRTP.Policy.t/0 for details.

Pads

:input

Accepted formats:

_any
Direction::input
Availability::always
Flow control::auto

:output

Accepted formats:

_any
Direction::output
Availability::always
Flow control::auto

Summary

Types

t()

Struct containing options for Membrane.SRTP.Encryptor

Functions

Returns description of options available for this module

Types

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

Struct containing options for Membrane.SRTP.Encryptor

Functions

@spec options() :: keyword()

Returns description of options available for this module