From 9afef17be0717d243f1b5515de681a0c56697bba Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Tue, 18 Mar 2025 11:32:34 +0000 Subject: [PATCH] Create Setting up an HLS Broadcast server with NGINX --- Setting-up-an-HLS-Broadcast-server-with-NGINX.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Setting-up-an-HLS-Broadcast-server-with-NGINX.md diff --git a/Setting-up-an-HLS-Broadcast-server-with-NGINX.md b/Setting-up-an-HLS-Broadcast-server-with-NGINX.md new file mode 100644 index 0000000..5a2f52e --- /dev/null +++ b/Setting-up-an-HLS-Broadcast-server-with-NGINX.md @@ -0,0 +1,5 @@ +## Step-by-step procedure for Setting up an HLS Broadcast server with NGINX + + +## Installation +1. Install nginx and it's associated RTMP module `sudo apt install nginx` \ No newline at end of file