You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, this application should be able to work with video files stored on any supported Laravel filesystem, including remote storage like Amazon S3 or Backblaze B2. To be fully-supported, this must include:
Scanning any configured filesystem for new files, to import the metadata
Storing and displaying thumbnail/poster images from a configured filesystem
Downloading remote videos to the configured filesystem (likely indirectly, downloading locally and then storing the result)
Serving videos from the configured filesystem
The text was updated successfully, but these errors were encountered:
Ideally, this application should be able to work with video files stored on any supported Laravel filesystem, including remote storage like Amazon S3 or Backblaze B2. To be fully-supported, this must include:
The text was updated successfully, but these errors were encountered: