We previously used S3 to vend our videos using HLS streaming. Unfortunately, the *.ts clip buffers being called each use up 1 API call = one single video uses ~10 API calls. This is way too costly.
Instead, we want to deploy our video storage solution native on our EC2, which also will vend the HLS stream through a NGINX server instance.
This will take lots of linux and potentially daemon work.
Stream NGINX Server Setup (8+ Hours)
Background
We previously used S3 to vend our videos using HLS streaming. Unfortunately, the *.ts clip buffers being called each use up 1 API call = one single video uses ~10 API calls. This is way too costly.
Instead, we want to deploy our video storage solution native on our EC2, which also will vend the HLS stream through a NGINX server instance.
This will take lots of linux and potentially daemon work.
Integration
Requirements