GUI-STUDIO commited on
Commit
e400ef1
·
1 Parent(s): 60b252f

Update ffmpeg.ts

Browse files
Files changed (1) hide show
  1. src/lib/ffmpeg.ts +1 -1
src/lib/ffmpeg.ts CHANGED
@@ -1108,7 +1108,7 @@ async function F_build_ffmpeg_command_v3(arg0: {
1108
  command.push("-err_detect", "ignore_err");
1109
 
1110
  if(playback_type === 'hls') {
1111
- command.push("-http_persistent", "1");
1112
  }
1113
 
1114
  command.push("-i", playback_url.href);
 
1108
  command.push("-err_detect", "ignore_err");
1109
 
1110
  if(playback_type === 'hls') {
1111
+ command.push("-http_persistent", "0");
1112
  }
1113
 
1114
  command.push("-i", playback_url.href);