diff --git a/src/utils/SeekableStream.ts b/src/utils/SeekableStream.ts index ee4f44c..6e9422c 100644 --- a/src/utils/SeekableStream.ts +++ b/src/utils/SeekableStream.ts @@ -376,8 +376,8 @@ export class SeekableStream { console.debug(`[${this.id}] > Stream destroyed`); if (!this.timer.isDestroyed()) this.timer.destroy(); if (this.stream) { - //this.stream.push(null); - this.stream.end(); + this.stream.push(null); + //this.stream.end(); this.stream.destroy(); }