AllAboutLearningPress / Photo-Storage-and-Gallery

Share photo assets with all users in an easy to use gallery with a powerful backend.
3 stars 2 forks source link

Add support for videos #27

Open dyner opened 3 years ago

dyner commented 3 years ago

There's going to be a lot of nuance to adding support for videos that we'll need to figure out, so this is certainly something that will be down the road. But I do want to include it in the road map.

Concerns, complications, and potential solutions:

  1. Massive file sizes.
  2. Source files can all be different depending on the editor which could be complicated to support.
    • A solution could be that we support exports only and not source? Source location can be noted in the description with the location on our main file storage server.
  3. How to store this content economically (data at AWS can be pricey).
    • We can host the thumbnails and previews at AWS, but downloads can be loaded from a cheaper location.