Membrane.MP4.CMAF.Muxer (Membrane MP4 plugin v0.5.0) View Source
Puts payloaded stream into Common Media Application Format, an MP4-based container commonly used in adaptive streaming over HTTP.
Currently one input stream is supported.
If a stream contains non-key frames (like H264 P or B frames), they should be marked
with a mp4_payload: %{key_frame?: false}
metadata entry.
Element options
Passed via struct Membrane.MP4.CMAF.Muxer.t/0
segment_duration
Time.t()
Default value:
2 |> Membrane.Time.seconds()
Pads
:input
Availability | :always |
Caps | Membrane.MP4.Payload |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
:output
Availability | :always |
Caps | Membrane.CMAF.Track |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.MP4.CMAF.Muxer
Functions
Returns pads descriptions for Membrane.MP4.CMAF.Muxer
Returns description of options available for this module
Link to this section Types
Specs
t() :: %Membrane.MP4.CMAF.Muxer{segment_duration: Membrane.Time.t()}
Struct containing options for Membrane.MP4.CMAF.Muxer
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.MP4.CMAF.Muxer
Specs
options() :: keyword()
Returns description of options available for this module