Quick CDN

To create a public accessible CDN, I used a small DigitalOcean cloud VPS for my hosting. The web server I used was Nginx, just because I had it previously set up as a reverse proxy, and it already had HTTPS set up using Let’s Encrypt and certbot. There are plenty of tutorials on how to do this, but in brief:

Things You Need to Know

Now that’s all you need to setup, but there are a couple additional things you need to know so you don’t have to go through the same pain I did while troubleshooting.

ffmpeg -i input.mkv -c:v copy -c:a aac -ac 2 output.mkv

Have fun!