Membrane.RTC.Engine.Endpoint.HLS (Membrane RTC Engine v0.1.0) View Source
An Endpoint responsible for converting incoming tracks to HLS playlist.
Bin options
Passed via struct Membrane.RTC.Engine.Endpoint.HLS.t/0
output_directory
Path.t()
Default value:
"hls_output"
Path to directory under which HLS output will be saved
Pads
:input
Availability | :on_request |
Caps | :any |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
Link to this section Summary
Types
Struct containing options for Membrane.RTC.Engine.Endpoint.HLS
Functions
Returns pads descriptions for Membrane.RTC.Engine.Endpoint.HLS
Returns description of options available for this module
Link to this section Types
Specs
t() :: %Membrane.RTC.Engine.Endpoint.HLS{output_directory: Path.t()}
Struct containing options for Membrane.RTC.Engine.Endpoint.HLS
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.RTC.Engine.Endpoint.HLS
Specs
options() :: keyword()
Returns description of options available for this module