haminhcong / dev-til

Something noted during my software development experiment
0 stars 0 forks source link

Scaling Video streaming with Nginx #6

Open haminhcong opened 1 month ago

haminhcong commented 1 month ago

Problems

To archive High Availability, We usually store mp4 video on S3 Like Object Storage. However, at some infrastructure, the Object Storage Raw Performance is not enough for an high demand video. In this case, user usually using Object Storage with CDN is a good options. But, if for some reason, you have compute resource and does not want to using CDN for some reason (pricing, for example), then built a nginx or something like this is not a bad option.

Goals

Some referrence links

haminhcong commented 1 month ago

How to caching video with varnish cache