Skip to content

Commit

Permalink
📄 Added some new strings
Browse files Browse the repository at this point in the history
  • Loading branch information
NightStrang6r committed Apr 27, 2022
1 parent 46e4b0d commit 8a29ea8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
build
config.json
access.log
error.log
error.log
nginx.pid
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down
2 changes: 1 addition & 1 deletion server/logs/nginx.pid
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21912
18912

0 comments on commit 8a29ea8

Please sign in to comment.