|
@@ -106,9 +106,7 @@ function TsSmooth(options) {
|
|
|
return pcrtime;
|
|
return pcrtime;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- Transform.call(this);
|
|
|
|
|
-// Transform.call(this, {bufferSize:5*this.packetSize, highWaterMark:5*this.packetSize});
|
|
|
|
|
-// Transform.call(this, {bufferSize:188*7, highWaterMark:64*1024});
|
|
|
|
|
|
|
+ Transform.call(this, {highWaterMark:this.packetSize});
|
|
|
}
|
|
}
|
|
|
util.inherits(TsSmooth, Transform);
|
|
util.inherits(TsSmooth, Transform);
|
|
|
|
|
|