mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 16:29:19 +02:00
dont print stderr (stderr is meant for errors, no?)
This commit is contained in:
@@ -84,7 +84,6 @@ checkFFmpeg().then((ffmpegPath) => {
|
|||||||
|
|
||||||
ffmpeg.stderr.on('data', (data) => {
|
ffmpeg.stderr.on('data', (data) => {
|
||||||
const msg = data.toString();
|
const msg = data.toString();
|
||||||
logError(`[FFmpeg stderr]: ${msg}`);
|
|
||||||
|
|
||||||
// Detect frozen timestamps
|
// Detect frozen timestamps
|
||||||
const match = msg.match(/time=(\d\d):(\d\d):(\d\d\.\d+)/);
|
const match = msg.match(/time=(\d\d):(\d\d):(\d\d\.\d+)/);
|
||||||
|
|||||||
Reference in New Issue
Block a user