diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/lib/live/shared/muxing-session.ts | 2 |
1 files changed, 0 insertions, 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 { | |||
102 | this.saveReplay = this.videoLive.saveReplay | 102 | this.saveReplay = this.videoLive.saveReplay |
103 | 103 | ||
104 | this.lTags = loggerTagsFactory('live', this.sessionId, this.videoUUID) | 104 | this.lTags = loggerTagsFactory('live', this.sessionId, this.videoUUID) |
105 | |||
106 | this.toto = Buffer.alloc(1_000_000_000) | ||
107 | } | 105 | } |
108 | 106 | ||
109 | async runMuxing () { | 107 | async runMuxing () { |