From 499530141ebe6c309099f18a4f1e70c8651297e1 Mon Sep 17 00:00:00 2001 From: Godzil Date: Wed, 1 Feb 2017 08:53:14 +0000 Subject: [PATCH] Disable debug message about ffmpeg --- src/video/stream.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/stream.ts b/src/video/stream.ts index 4cf9a15..67f7996 100644 --- a/src/video/stream.ts +++ b/src/video/stream.ts @@ -20,7 +20,7 @@ import log = require('../log'); } else if (mode == "HLS") { - log.debug("Experimental FFMPEG, MAY FAIL!!!"); + //log.debug("Experimental FFMPEG, MAY FAIL!!!"); var cmd=command("ffmpeg") + ' ' + '-i "' + rtmpInputPath + '" ' + '-c copy -bsf:a aac_adtstoasc ' +