diff options
| author | Jibon Costa <jiboncosta57@gmail.com> | 2020-03-29 22:11:48 +0600 |
|---|---|---|
| committer | Jibon Costa <jiboncosta57@gmail.com> | 2020-03-29 22:11:48 +0600 |
| commit | 8592df7e43df04dc8c1848d0cfb4d01514cb2dd9 (patch) | |
| tree | d45d61393ffd33ed07ca7d0f3f152d5dd683ba88 | |
| parent | fdaf31a1bcfd6970646a6f80266dbcfe6a4a1522 (diff) | |
| download | bbb-recorder-8592df7e43df04dc8c1848d0cfb4d01514cb2dd9.tar.gz bbb-recorder-8592df7e43df04dc8c1848d0cfb4d01514cb2dd9.zip | |
update
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | config.json | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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" |
