Skip to content

Commit

Permalink
Change SinkBin options
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 committed Mar 21, 2024
1 parent 8321158 commit 844ae6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pipeline.ex
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ defmodule RecordingConverter.Pipeline do
defp generate_sink_bin(output_directory) do
child(:hls_sink_bin, %SinkBin{
hls_mode: :muxed_av,
target_window_duration: :infinity,
persist?: true,
storage: %Storages.FileStorage{directory: output_directory},
manifest_module: Membrane.HTTPAdaptiveStream.HLS
})
Expand Down

0 comments on commit 844ae6b

Please sign in to comment.