Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgiuliani committed Oct 4, 2024
1 parent 928acbb commit b70d841
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/membrane/hls/sink_bin.ex
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ defmodule Membrane.HLS.SinkBin do
bin_input(pad)
|> child({:shifter, track_id}, %Membrane.HLS.Shifter{duration: max_pts})
|> child({:filler, track_id}, %Membrane.HLS.TextFiller{from: track_pts})
|> child({:cues, track_id}, %Membrane.WebVTT.CueBuilderFilter{min_duration: 1500})
|> child({:cues, track_id}, %Membrane.WebVTT.CueBuilderFilter{
min_duration: Membrane.Time.milliseconds(1500)
})
|> child({:segments, track_id}, %Membrane.WebVTT.SegmentFilter{
segment_duration: pad_opts.segment_duration,
headers: [
Expand Down

0 comments on commit b70d841

Please sign in to comment.