Test with higher probesize

This commit is contained in:
vexorian 2020-08-15 15:33:47 -04:00
parent f054d8dfcb
commit c5cadb74bd

View File

@ -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}`,