Temporarily commenting out stderr
This commit is contained in:
		| @@ -36,7 +36,6 @@ export class Rtsp extends EventEmitter { | ||||
|  | ||||
|   public start(): void { | ||||
|     const argStrings = [ | ||||
|       //   `-rtsp_transport tcp`, | ||||
|       `-i ${this._connecteionString}`, | ||||
|       `-r ${this._options.rate ?? 10}`, | ||||
|       this._options.image | ||||
| @@ -56,7 +55,7 @@ export class Rtsp extends EventEmitter { | ||||
|     this._childProcess.on("error", this.onError); | ||||
|  | ||||
|     if (this._childProcess.stderr) { | ||||
|       this._childProcess.stderr.on("data", this.onStdErrorData); | ||||
|       //   this._childProcess.stderr.on("data", this.onStdErrorData); | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user