From 33eb19e5199cc9fa4d73c6675c97508e3e072ef9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 17 Jun 2021 17:25:19 +0200 Subject: [PATCH] It's not the week-end yet --- server/lib/live/shared/muxing-session.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/lib/live/shared/muxing-session.ts b/server/lib/live/shared/muxing-session.ts index eb2007b29..26467f060 100644 --- a/server/lib/live/shared/muxing-session.ts +++ b/server/lib/live/shared/muxing-session.ts @@ -102,8 +102,6 @@ class MuxingSession extends EventEmitter { this.saveReplay = this.videoLive.saveReplay this.lTags = loggerTagsFactory('live', this.sessionId, this.videoUUID) - - this.toto = Buffer.alloc(1_000_000_000) } async runMuxing () {