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 ' +