Disable debug message about ffmpeg

This commit is contained in:
Godzil
2017-02-01 08:53:14 +00:00
parent d1457bb893
commit 499530141e

View File

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