Browse Source

Disable debug message about ffmpeg

Godzil 7 years ago
parent
commit
499530141e
1 changed files with 1 additions and 1 deletions
  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 ' +