Reloisback
Newbie
- Dec 28, 2023
- 28
- 4
Hi everyone,
I’m currently running a video website with:
My plan is:
What I’m looking for:
Thanks in advance.
I’m currently running a video website with:
- 3,000+ videos already uploaded
- planning to scale to 20,000–30,000+ videos
- around 15,000–20,000 daily visitors from Google search
My plan is:
- use a single origin server
- serve videos as HLS (.m3u8 + small .ts segments)
- put Cloudflare in front
- rely on Cloudflare to cache the small video segments, so the origin server bandwidth and load stay as low as possible
What I’m looking for:
- Server recommendations
- Providers with good price/performance (storage + bandwidth)
- Dedicated vs VPS for this use case
- Suggested specs for handling this scale
- Setup advice
- Best way to serve HLS behind Cloudflare
- Any pitfalls with caching .m3u8 vs .ts files
- Cache rules / headers that work well in practice
- Low-budget scaling path
- If I start with one server, what should be the next step later?
- Add more storage?
- Separate encoding server?
- Move to object storage?
Thanks in advance.