Membrane.RTC.Engine.Endpoint.Recording.Storage.File (Membrane RTC Engine Recording Endpoint v0.3.0)

View Source

Membrane.RTC.Engine.Endpoint.Recording.Storage implementation that saves the stream to files locally.

Summary

Functions

list_files(map)

@spec list_files(%{output_dir: Path.t()}) :: %{
  required(String.t()) => {path :: Path.t(), size :: pos_integer()}
}