From 8592df7e43df04dc8c1848d0cfb4d01514cb2dd9 Mon Sep 17 00:00:00 2001 From: Jibon Costa Date: Sun, 29 Mar 2020 22:11:48 +0600 Subject: update --- .gitignore | 3 ++- config.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f2d09a8..03c667d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ .DS_Store -package-lock.json \ No newline at end of file +package-lock.json +config.json \ No newline at end of file diff --git a/config.json b/config.json index 41b480e..e63a75e 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "rtmpUrl": "rtmp://a.rtmp.youtube.com/live2/MyKey", + "rtmpUrl": "rtmp://127.0.0.1/live/sallar", "ffmpegServer": "ws://localhost", "ffmpegServerPort": 4000, "auth": "mZFZN4yc" -- cgit v1.3.1