Report this

What is the reason for this report?

Droplet Type for a Simple Video Streaming Service

Posted on June 13, 2021

Hi,

I’m currently building a simple theatre website where the audiences can login so they can watch a video (self-hosted video). Yup there will be only one video, that will be played once a day, for 3 days.

In a single day, the website will have 300-500 audiences per session to watch a video.

Any advice on which Droplet size/plan should be used for this? I saw a streaming droplet here https://www.digitalocean.com/solutions/streaming/, but somehow unable to locate it when choosing Droplet option in the dashboard.

I’m planning to build it using NextJS and MongoDB as the database.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello @ardiansyaherwin

Yes, it’s always challenging to find the right server to host your website. It completely depends on how much resources are required to run your website and incoming traffic. In general, we have a documentation link that will help you in choosing the right plan:

Choosing the Right plan

Cheers, Dikshith

We do have resources on this topic which you can check here

https://www.digitalocean.com/solutions/streaming

https://www.digitalocean.com/resources/article/improve-performance-media-streaming

If you’re planning on using our Spaces product you can consider the following information.

Spaces are designed for storing and serving moderate to large files. Files 20 MB to 200 MB in size will give the best performance for both writes and reads. Additionally, combining small files into one larger file will greatly reduce the overall number of requests to your Space compared to handling many small files individually.

How Do I Implement This?

When uploading files larger than 500 MB, you should use multi-part uploads.

We recommend combining files less than 1 MB together into a single, larger file. How you do this will be specific to your particular files and use case, but one example is concatenating daily log files into a monthly file.

Hope that this helps!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.