Skip to content

Can I store my videos in another location

Daniel Neto edited this page Jan 12, 2020 · 1 revision

By default, all videos are stored in the video directory. We a Google Drive account, but we have other options that can help you.

Store to another driver on the same server.

Sometimes you have multiple partitions or drivers on the same server, but the server's htdocs directory is on a different partition. to make sure you can use Symbolic Lynks to move the video directory.

Let's say you have a partition mounted on /home/videos, and you want to move your video directory over there

Move your video directory

sudo mv /var/www/htdocs/YouPHPTube/videos /home/videos

Creates a symbolic link

sudo ln -s /home/videos /var/www/htdocs/YouPHPTube/videos

Store on S3 servers

S3 (Simple Storage Service) is a cloud computing web service used for dynamic storage. You can find many companies that offer these services such as Amazon and Wasabi

To use this you need our commercial plugin AWS_S3

Help

Store on B2 servers

Currently the service is offered by the company https://www.backblaze.com/, B2 Cloud Storage is a cloud service for storing files in the cloud. API B2 Cloud Storage is a web API and therefore very similar to the Amazon S3 API.

You will need the Blackblaze_B2 plugin and this details: https://github.com/WWBN/AVideo/wiki/BackBlaze-B2-plugin

Considerations

All the plugins you can find here https://www.youphptube.com/plugins/

Personally, I believe that Amazon's services are more stable, however, it is the most expensive service currently.

A good sign is that in a brief Internet search, we can see that Amazon is responsible for hosting not only the Amazon Prime video site, but also Netflix. https://www.quora.com/Why-does-Amazon-host-Netflix-when-they-compete-with-a-video-streaming-platform

Compare prices B2 and AWS S3 https://www.backblaze.com/b2/cloud-storage-pricing.html

Compare Prices AWS and Wasabi https://wasabi.com/pricing/

How to use S3 plugin with wasabi

Clone this wiki locally