Revert "Test with higher probesize"

This reverts commit c5cadb74bdabba2fd55fcccf2a44db7690cc1741.
This commit is contained in:
vexorian 2020-08-15 16:09:26 -04:00
parent c5cadb74bd
commit 5efc5c6afc

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`, `100000000`,
`-probesize`, 32 /*`100000000`*/,
`-i`, streamUrl,
`-map`, `0:v`,
`-map`, `0:${audioIndex}`,