From 038d4339310eac29004aea65dd402d91250627f2 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Wed, 19 Mar 2025 02:32:01 +0000 Subject: [PATCH] Update Setting up an HLS Broadcast server with NGINX --- Setting-up-an-HLS-Broadcast-server-with-NGINX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-up-an-HLS-Broadcast-server-with-NGINX.md b/Setting-up-an-HLS-Broadcast-server-with-NGINX.md index 3dc6edd..2f71600 100644 --- a/Setting-up-an-HLS-Broadcast-server-with-NGINX.md +++ b/Setting-up-an-HLS-Broadcast-server-with-NGINX.md @@ -69,4 +69,4 @@ This part of the configuration handles setting up the web server which serves th For SSL configuration, we recommend following the [guide provided by the eff.](https://certbot.eff.org/instructions) ## Streaming: -You should now be able to stream to your server from OBS to `rtmp://your.domain.name/stream`. The stream can be tested by entering `https://your.domain.name` into a modern copy of VLC. Make sure the `keyframe interval` setting in OBS matches the supplied `hls_fragment` property in `/etc/nginx/nginx.conf`. \ No newline at end of file +You should now be able to stream to your server from OBS to `rtmp://your.domain.name/stream`. The stream can be tested by entering `https://your.domain.name` into a modern copy of VLC. Make sure the `keyframe interval` setting in OBS matches the supplied `hls_fragment` property in `/etc/nginx/nginx.conf` for minimum latency. The ourfore.st streaming server seems to have about 10s round trip according to testing. \ No newline at end of file