~johanvandegriff/multistream

62e891a3b546f6d3fb6ee47b4195214fabe3ad3f — Johan Vandegriff 2 years ago 523dfb9
moved stream settings to optional private file /srv/private-nginx.conf
2 files changed, 2 insertions(+), 1 deletions(-)

M .gitignore
M nginx.conf
M .gitignore => .gitignore +1 -1
@@ 1,4 1,4 @@
nginx.conf.private
private-nginx.conf

# NodeJS specific #
.nyc_output/

M nginx.conf => nginx.conf +1 -0
@@ 63,6 63,7 @@ rtmp {
            #push rtmp://stream.dlive.tv/live/<PUT YOUR STREAM KEY HERE>;
            #push rtmp://live.twitch.tv/app/<PUT YOUR STREAM KEY HERE>;
            #push rtmp://a.rtmp.youtube.com/live2/<PUT YOUR STREAM KEY HERE>;
            include /srv/*.conf;

            # When stream starts, authenticate
            #on_publish http://localhost:5005/auth;