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
Find a way to using Nginx or Vanish Cache to caching video content from Object Storage instead CDN with HA Architecture
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