fix: remove connect timeout from ffmpeg arguments in music player and tests

This commit is contained in:
MythEclipse
2026-05-18 05:50:38 +07:00
parent 04ba772e61
commit a037d17f53
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -103,7 +103,6 @@ export function buildFfmpegArgs(source: string): string[] {
"-user_agent",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
);
args.push("-connect_timeout", "10");
}
args.push(
-2
View File
@@ -58,8 +58,6 @@ describe("createMusicPlayer", () => {
"warning",
"-user_agent",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36",
"-connect_timeout",
"10",
"-i",
"https://example.com/song.mp3",
"-vn",