We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f6e1d commit 29e06bdCopy full SHA for 29e06bd
lib/ex_hls/client.ex
@@ -162,7 +162,8 @@ defmodule ExHLS.Client do
162
{:ok, chunk, demuxing_engine} <- client.demuxing_engine |> impl.pop_chunk(track_id) do
163
client =
164
with %{timestamp_offsets: %{^media_type => nil}} <- client do
165
- client |> put_in([:timestamp_offsets, media_type], chunk.dts_ms)
+ client
166
+ |> put_in([:timestamp_offsets, media_type], chunk.dts_ms)
167
end
168
|> put_in([:last_timestamps, media_type], chunk.dts_ms)
169
|> put_in([:demuxing_engine], demuxing_engine)
0 commit comments