GUI-STUDIO commited on
Commit ·
138cb9b
1
Parent(s): e400ef1
Update ffmpeg.ts
Browse files- 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", "
|
| 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", "1");
|
| 1112 |
}
|
| 1113 |
|
| 1114 |
command.push("-i", playback_url.href);
|