Skip to content

Commit

Permalink
Remove X-TIMESTAMP-MAP
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgiuliani committed Oct 1, 2024
1 parent c69755d commit 443658c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/membrane/hls/sink_bin.ex
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ defmodule Membrane.HLS.SinkBin do
segment_duration: state.opts.target_segment_duration - Membrane.Time.second(),
headers: [
%Subtitle.WebVTT.HeaderLine{key: :description, original: "WEBVTT"}
# %Subtitle.WebVTT.HeaderLine{
# key: :x_timestamp_map,
# original: "X-TIMESTAMP-MAP=LOCAL:00:00:00.000,MPEGTS:90000"
# }
]
})
|> child({:sink, track_id}, %Membrane.HLS.WebVTTSink{
Expand Down

0 comments on commit 443658c

Please sign in to comment.