From c5cadb74bdabba2fd55fcccf2a44db7690cc1741 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sat, 15 Aug 2020 15:33:47 -0400 Subject: [PATCH] Test with higher probesize --- src/ffmpeg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffmpeg.js b/src/ffmpeg.js index 3dfa9f5..a905ec9 100644 --- a/src/ffmpeg.js +++ b/src/ffmpeg.js @@ -320,7 +320,7 @@ class FFMPEG extends events.EventEmitter { } else { //Concat stream is simpler and should always copy the codec ffmpegArgs.push( - `-probesize`, 32 /*`100000000`*/, + `-probesize`, `100000000`, `-i`, streamUrl, `-map`, `0:v`, `-map`, `0:${audioIndex}`,