diff --git a/Setting-up-an-HLS-Broadcast-server-with-NGINX.md b/Setting-up-an-HLS-Broadcast-server-with-NGINX.md index 6fe8bbf..3dc6edd 100644 --- a/Setting-up-an-HLS-Broadcast-server-with-NGINX.md +++ b/Setting-up-an-HLS-Broadcast-server-with-NGINX.md @@ -66,4 +66,7 @@ This part of the configuration handles setting up the web server which serves th } ## SSL Configuration -For SSL configuration, we recommend following the [guide provided by the eff.](https://certbot.eff.org/instructions) \ No newline at end of file +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