I am making a short video app using flutter where I need to store and serve 50-100 videos of size 20-30mb daily . I will be having 10,000 concurrent user’s in the next few months, with total users around 1 million. Which droplet will be best to serve video’s to 10,000 concurrent user’s without any lag.
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!
Hi there @abdulbaseer657,
What I could suggest is, rather than storing the videos directly on the Droplet itself, you could use an Object storage with CDN enabled. Otherwise, if you store the videos directly on the Droplet itself, you might run into a situation where you run out of disk space.
Regarding the size of the Droplet itself, it really depends on your application and the resources that it needs. What I usually recommend in such cases is to run some stress tests in order to see how much resources, like CPU and RAM, exactly your application would need and then make a decision on which would be the best plan for you:
https://www.digitalocean.com/community/tutorials/an-introduction-to-load-testing
Hope that this helps! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.