Revert "Test with higher probesize"
This reverts commit c5cadb74bdabba2fd55fcccf2a44db7690cc1741.
This commit is contained in:
parent
c5cadb74bd
commit
5efc5c6afc
@ -320,7 +320,7 @@ class FFMPEG extends events.EventEmitter {
|
|||||||
} else {
|
} else {
|
||||||
//Concat stream is simpler and should always copy the codec
|
//Concat stream is simpler and should always copy the codec
|
||||||
ffmpegArgs.push(
|
ffmpegArgs.push(
|
||||||
`-probesize`, `100000000`,
|
`-probesize`, 32 /*`100000000`*/,
|
||||||
`-i`, streamUrl,
|
`-i`, streamUrl,
|
||||||
`-map`, `0:v`,
|
`-map`, `0:v`,
|
||||||
`-map`, `0:${audioIndex}`,
|
`-map`, `0:${audioIndex}`,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user