Skip to content

Storage Options

Daniel Neto edited this page Jan 3, 2020 · 20 revisions

For AVideo we have 6 different options for storage.

In the same server

1. In the same drive

The more basic one is to store the videos on the same server where you have your platform installed. The videos will be stored inside the videos directory, also the image files and subtitles.

2. In a different drive

You can try to store your videos in an extra drive attached to your server. check this link for more instructions: https://github.com/WWBN/AVideo/wiki/Can-I-store-my-videos-in-another-location%3F

Separated (External) servers

3. AVideo-Storage

This is our Storage platform https://github.com/WWBN/AVideo-Storage, with this solution you will need to have one or more extra servers. The main advantage of option is because you can have servers spread over the world and use their bandwidth to feed the viewers.

Please check this scenario to have a clear understanding of what this option offers: https://github.com/WWBN/AVideo-Storage/wiki/Scenario-Description

4. FTP Server

With this plugin you can setup an external server (With FTP) and host your videos there, the requirements for this option are that you will need an FTP service and a web server running on it.

5. S3 Services

This service offers unlimited storage, and you can find different providers with different prices The main provider is Amazon, but you can find a big amount of S3 compatible companies.

Here some companies that provide this service, I am sure you can find more on google.

For S3 details please check here: https://github.com/WWBN/AVideo/wiki/Use-AWS-S3-on-AVideo-Platform

6. B2 Services

www.backblaze.com. Backblaze is a data storage provider. It offers B2 Cloud Storage - An object storage service similar to Amazon's S3.

For B2 details please check here: https://github.com/WWBN/AVideo/wiki/BackBlaze-B2-plugin

Clone this wiki locally