Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgiuliani committed Sep 30, 2024
1 parent 092fa90 commit 263bef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/membrane/hls/sink_bin_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Membrane.HLS.SinkBinTest do
test "on a new stream", %{tmp_dir: tmp_dir} do
spec = [
child(:sink, %Membrane.HLS.SinkBin{
manifest_uri: URI.new!("file://output/stream.m3u8"),
manifest_uri: URI.new!("file://#{tmp_dir}/stream.m3u8"),
min_segment_duration: Membrane.Time.seconds(5),
target_segment_duration: Membrane.Time.seconds(10),
storage: HLS.Storage.File.new()
Expand All @@ -19,8 +19,8 @@ defmodule Membrane.HLS.SinkBinTest do
location: "test/fixtures/samples_big-buck-bunny_bun33s.aac"
})
|> child(:aac_parser, %Membrane.AAC.Parser{
out_encapsulation: :ADTS
# output_config: :esds
out_encapsulation: :none,
output_config: :esds
})
|> via_in(Pad.ref(:input, "audio_128k"),
options: [
Expand Down

0 comments on commit 263bef6

Please sign in to comment.