Skip to content

Commit

Permalink
disable ffmpeg in Streamlink by default because it causes problems on…
Browse files Browse the repository at this point in the history
… Windows
  • Loading branch information
cqjjjzr committed Jan 14, 2022
1 parent 2deae26 commit 920e481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streamlink-source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ bool update_streamlink_session(void* data, obs_data_t* settings) {
session->SetOptionInt("hls-live-edge", hls_live_edge);
session->SetOptionInt("hls-segment-threads", hls_segment_threads);
session->SetOptionDouble("http-timeout", 5.0);
session->SetOptionString("ffmpeg-ffmpeg", "DISABLED");
set_streamlink_custom_options(custom_options_s, s);
return true;
}
Expand Down

0 comments on commit 920e481

Please sign in to comment.