Update Setting up an HLS Broadcast server with NGINX
parent
bbb9c2e0ec
commit
ebb7301d21
|
|
@ -16,3 +16,4 @@ The first part of this server config handles ingesting the raw RTMP datastream a
|
||||||
This part of the configuration handles setting up the web server which serves the files that make up the HLS stream.
|
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
|
||||||
<br><sup>Remember to create a symlink and move/delete the default if you create a new file!</sup>
|
<br><sup>Remember to create a symlink and move/delete the default if you create a new file!</sup>
|
||||||
|
2. Add the following to your site config:
|
||||||
Loading…
Reference in a new issue