View Source Membrane.SRTP.Encryptor (Membrane RTP plugin v0.15.0)
Converts plain RTP packets to SRTP.
Requires adding srtp dependency to work.
element-options
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. SeeExLibSRTP.Policy.t/0for details.
pads
Pads
input
:input
| Availability | :always |
| Caps | :any |
| Demand mode | :auto |
| Demand unit | :buffers |
| Direction | :input |
| Mode | :pull |
| Name | :input |
output
:output
| Availability | :always |
| Caps | :any |
| Demand mode | :auto |
| Demand unit | :buffers |
| Direction | :output |
| Mode | :pull |
| Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.SRTP.Encryptor
Functions
Returns pads descriptions for Membrane.SRTP.Encryptor
Returns description of options available for this module
Link to this section Types
@type t() :: %Membrane.SRTP.Encryptor{policies: [ExLibSRTP.Policy.t()]}
Struct containing options for Membrane.SRTP.Encryptor
Link to this section Functions
@spec membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.SRTP.Encryptor
@spec options() :: keyword()
Returns description of options available for this module