diff --git a/.gitignore b/.gitignore index 10e271b..51b389d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules build config.json access.log -error.log \ No newline at end of file +error.log +nginx.pid \ No newline at end of file diff --git a/index.js b/index.js index cfcb378..048d60e 100644 --- a/index.js +++ b/index.js @@ -63,7 +63,9 @@ async function startServer() { return; } - console.log(`Server started on rtmp://${ip} (port: ${conf.port})`.brightGreen); + console.log(`Server started on "${ip}/live" (port: ${conf.port}). Stream key: "any"`.brightGreen); + console.log(`Set these settings in the OBS or another streaming program.`.brightCyan); + console.log(`You can also check if the server is running by following this link: http://${ip}:${conf.webport}.\n`.brightCyan); console.log(`Restreaming to:`); for(let i = 0; i < conf.streams.length; i++) { diff --git a/server/logs/nginx.pid b/server/logs/nginx.pid index eeb9f56..e43a0c8 100644 --- a/server/logs/nginx.pid +++ b/server/logs/nginx.pid @@ -1 +1 @@ -21912 +18912