浏览代码

Disable debug message about ffmpeg

Godzil 7 年之前
父节点
当前提交
499530141e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/video/stream.ts

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