File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
lib/membrane_http_adaptive_stream
test/membrane_http_adaptive_stream/integration_test Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -365,10 +365,6 @@ defmodule Membrane.HTTPAdaptiveStream.Source do
365365 status: :client_genserver_ready
366366 }
367367
368- # both start_streaming/1 and generate_new_tracks_notification/1 functions
369- # call ClientGenServer.get_tracks_info/1 that triggers downloading first
370- # segments of the HLS stream
371-
372368 if Map . values ( state . pad_refs ) != [ nil , nil ] do
373369 state |> start_streaming ( )
374370 else
Original file line number Diff line number Diff line change @@ -163,9 +163,7 @@ defmodule Membrane.HTTPAdaptiveStream.Source.Test do
163163 test "Live HLS stream" , % { tmp_dir: tmp_dir } do
164164 index_m3u8 = Path . join ( tmp_dir , "index.m3u8" )
165165 generate_live_hls ( @ bbb_33s_mp4_url , index_m3u8 )
166-
167166 await_until_file_exists ( index_m3u8 )
168- # Process.sleep(1_000)
169167
170168 audio_result_file = Path . join ( tmp_dir , "audio.aac" )
171169 video_result_file = Path . join ( tmp_dir , "video.h264" )
You can’t perform that action at this time.
0 commit comments