Use a RAM disk to store temporary HLS video fragment files of your live-stream server

What exactly is a RAM disk?Why would I want to use a RAM disk?How large should the RAM disk be?How to create a RAM disk I’ve posted several articles in the past, most noteably this one, on the subject of live-streaming, so it shouldn’t be a real big surprise that I’m doing another post on it. A RAM disk can enhance your live-stream server, while at the same time increasing …

Build a Nginx/Ffmpeg adaptive bit rate HLS live-stream server on Ubuntu 22.04

This tutorial is an updated and improved version of a previous tutorial that I wrote. This new tutorial will work 100% on a (fresh) Ubuntu 22.04 system. The tutorial was put together in August 2023. UPDATE: I’ve put together a script that does everything automatically. Check it out here! All throughout this tutorial, I will be using the non-existing domain name: your.hostname.com as an example. You will need to replace …