This commit is contained in:
subnub
2020-05-11 17:54:29 -04:00
parent 2481fc8a7f
commit a3e63460a0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ class FileController {
//tempStorage[req.params.uuid] = uuid.v4();
console.log("stream request", tempStorage);
console.log("stream request 2", tempStorage);
// req.on("close", () => {
// console.log("req closed stream");
@@ -225,6 +225,7 @@ class S3Service implements ChunkInterface {
// })
await awaitStreamVideo(start, end, differenceStart, decipher, res, req, tempUUID, allStreamsToErrorCatch);
console.log("Video stream finished");
}
getThumbnail = async(user: UserInterface, id: string) => {