diff --git a/backend/controllers/file.ts b/backend/controllers/file.ts index 3bd6259..74244da 100644 --- a/backend/controllers/file.ts +++ b/backend/controllers/file.ts @@ -379,6 +379,8 @@ class FileController { await this.chunkService.streamVideo(user, fileID, headers, res, req); + console.log("stream finished"); + } catch (e) { const code = e.code || 500;