View Source Membrane.MP4.Payloader.H264 (Membrane MP4 plugin v0.17.0)
Payloads H264 stream so it can be embedded in MP4.
element-options
Element options
Passed via struct Membrane.MP4.Payloader.H264.t/0
parameters_in_band?
boolean()
Default value:
false
Determines whether the parameter type nalus will be removed from the stream. Inband parameters seem to be legal with MP4, but some players don't respond kindly to them, so use at your own risk.NALUs currently considered to be parameters: :sps, :pps, :aus.
pads
Pads
input
:input
Availability | :always |
Caps | Membrane.H264 , restrictions:stream_format: :byte_stream ,alignment: :au ,nalu_in_metadata?: true |
Demand mode | :manual |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
output
:output
Availability | :always |
Caps | Membrane.MP4.Payload |
Demand mode | :manual |
Demand unit | :buffers |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.MP4.Payloader.H264
Functions
Returns pads descriptions for Membrane.MP4.Payloader.H264
Returns description of options available for this module
Link to this section Types
@type t() :: %Membrane.MP4.Payloader.H264{parameters_in_band?: boolean()}
Struct containing options for Membrane.MP4.Payloader.H264
Link to this section Functions
@spec membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.MP4.Payloader.H264
@spec options() :: keyword()
Returns description of options available for this module