From 7c14a77a528e3dc80c4927aba2db0300da316c78 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Wed, 19 Mar 2025 02:14:47 +0000 Subject: [PATCH] Update Setting up an HLS Broadcast server with NGINX --- Setting-up-an-HLS-Broadcast-server-with-NGINX.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Setting-up-an-HLS-Broadcast-server-with-NGINX.md b/Setting-up-an-HLS-Broadcast-server-with-NGINX.md index 70d40c2..ec4e382 100644 --- a/Setting-up-an-HLS-Broadcast-server-with-NGINX.md +++ b/Setting-up-an-HLS-Broadcast-server-with-NGINX.md @@ -8,13 +8,11 @@ ## RTMP Server Configuration The first part of this server config handles ingesting the raw RTMP datastream and converting to a series of files which can be fetched via web request, as the HLS protocol perscribes. -1.Edit open `/etc/nginx/nginx.conf` -2.Add the following block to your `nginx.conf`: +1. Edit open `/etc/nginx/nginx.conf` +2. Add the following block to your `nginx.conf`: ## Web Server Configuration This part of the configuration handles setting up the web server which serves the files that make up the HLS stream. - -1.Edit `/etc/nginx/sites-available/default` or create a new site config - +1. Edit `/etc/nginx/sites-available/default` or create a new site config Remember to create a symlink and move/delete the default if you create a new file! \ No newline at end of file