Project Overview:
- I run a small forum where users are frequently sharing videos with other users
- Since the videos can often be several hundred MBs (if not more), we will typically upload files to one (or more) of the file hosts listed below
- These hosts work fairly well for our needs, though unfortunately the files don’t last for very long before they are deleted by the file host
- As a result, we are looking for support to update our video file server that monitors files that have been uploaded to a file host and reuploads them if necessary.
Details:
- I have attached a more detailed overview of what exactly needs to be updated, along with the full code base of the server
- The server is primarily built using node.js along with a number of .ejs files. There are also a few python scripts providing some of the functionality. Database is MySQL.
... Show more