From 5a69be22ba70f15e2b2afb078afe8957c6624f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8A=88=EB=A6=AC=ED=8A=AC?= <9804cjh@naver.com> Date: Tue, 7 Sep 2021 01:32:34 +0900 Subject: [PATCH] Revert change of Stream class --- play-dl/YouTube/classes/LiveStream.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/play-dl/YouTube/classes/LiveStream.ts b/play-dl/YouTube/classes/LiveStream.ts index 7023a74..a67e564 100644 --- a/play-dl/YouTube/classes/LiveStream.ts +++ b/play-dl/YouTube/classes/LiveStream.ts @@ -170,7 +170,6 @@ export class Stream { this.bytes_count += chunk.length if(absolute_bytes > (this.per_sec_bytes * 300) && this.per_sec_bytes !== 0){ stream.destroy() - stream.unpipe(this.stream) } })