Commit Graph

27 Commits

Author SHA1 Message Date
kyle hoell 10cd9554a6 added resolve to await stream when it is a safari request, updated some comments 2020-12-07 16:13:23 -05:00
kyle hoell 72f73cde78 added some tests for file express route, also added objectID to thumbnail files 2020-12-04 21:42:53 -05:00
kyle hoell a82850053c hopefully fixed s3 streaming issue, forgot to add encrypted filesize to s3 data, so I needed to add fix for final block length. Also added error catching for streams 2020-11-28 02:54:28 -05:00
kyle hoell 9dbddb244e added new streaming video code to other chunk services, removed console.logs, and added comments 2020-11-27 17:07:12 -05:00
kyle hoell 1764a8c01c started to fix video streaming 2020-11-27 12:16:55 -05:00
kyle hoell 1a3930b8da trying to find memory leak video streaming 2020-11-25 18:45:15 -05:00
kyle hoell 938d5698a4 init mydrive-3 commit 2020-11-23 21:51:08 -05:00
subnub 6b9995a399 Still not sure about memory leak for video streaming, will probably create an issue for it in the future 2020-05-12 18:55:11 -04:00
subnub 066694113a test 2020-05-11 21:47:35 -04:00
subnub 2d1594d4d0 test 2020-05-11 21:44:52 -04:00
subnub a7d1f36ae4 test 2020-05-11 21:37:35 -04:00
subnub 2481fc8a7f Trying to fix memory leak 2020-05-11 17:48:17 -04:00
subnub c0fff08631 Made it so the backend cancels streams that are rerequested by the client 2020-05-11 13:28:09 -04:00
subnub 7e14d245dc test 2020-05-11 12:32:15 -04:00
subnub b0a2b171fe test 2020-05-11 12:26:29 -04:00
subnub 50ae417c80 test 2020-05-11 11:33:13 -04:00
subnub 5282560ce1 test 2020-05-11 11:23:10 -04:00
subnub 0b96a7e950 still working on video streaming 2020-05-11 11:16:26 -04:00
subnub 985ef2dfc3 still fixing video streaming, issue with canceled request 2020-05-11 00:20:06 -04:00
subnub c5633d68fa Cleaned up most of the backend, moved some of the utilties into their proper location 2020-05-01 19:01:46 -04:00
subnub 1fb0b350ca Finally seems like video streaming works correctly with encryption, now just need to improve folder deletion and cleanup the backend 2020-04-30 16:43:19 -04:00
subnub d4141a9dcc Improved error catching for streams 2020-04-19 17:06:16 -04:00
subnub 4a03523c96 Started adding the Amazon S3 Chunk Service, so far Uploading, Downloading, and Streaming video works 2020-04-17 01:20:54 -04:00
subnub 4821c5a408 Added path option for storing files on file system, started to add s3 support 2020-04-17 00:13:12 -04:00
subnub 7bdede8d4d Added config option to change wether users want to use mongo or fs, removed the dist folder, will ignore it later 2020-04-16 17:31:29 -04:00
subnub 412440a77b Started adding the ability to store file chunks in the file system :) 2020-04-16 04:26:44 -04:00
subnub 46e15be881 Started seperating chunks, and file metadata services, cleaned up many functions that rely on the promise constuctor 2020-04-15 03:26:29 -04:00