Update Setting up an HLS Broadcast server with NGINX

rainbow napkin 2025-03-19 02:32:01 +00:00
parent 218807ae23
commit 038d433931

@ -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) For SSL configuration, we recommend following the [guide provided by the eff.](https://certbot.eff.org/instructions)
## Streaming: ## 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`. 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.