From 753e98125ba93504c72effa6a74e92851a48787b Mon Sep 17 00:00:00 2001 From: Jibon Costa Date: Sun, 29 Mar 2020 22:00:01 +0600 Subject: separate config file added --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.json (limited to 'config.json') diff --git a/config.json b/config.json new file mode 100644 index 0000000..41b480e --- /dev/null +++ b/config.json @@ -0,0 +1,6 @@ +{ + "rtmpUrl": "rtmp://a.rtmp.youtube.com/live2/MyKey", + "ffmpegServer": "ws://localhost", + "ffmpegServerPort": 4000, + "auth": "mZFZN4yc" +} \ No newline at end of file -- cgit v1.3.1