summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJibon Costa <jiboncosta57@gmail.com>2020-03-28 16:51:44 +0600
committerJibon Costa <jiboncosta57@gmail.com>2020-03-28 16:51:44 +0600
commit1ed80e41505fd5379aad6415ce474864fe567b08 (patch)
treedba57d4af6eef052b29eb7fa2c3688c6b5b72be6 /README.md
parentb15978e75643ce6c216e81f0e0efc11aab0be084 (diff)
downloadbbb-recorder-1ed80e41505fd5379aad6415ce474864fe567b08.tar.gz
bbb-recorder-1ed80e41505fd5379aad6415ce474864fe567b08.zip
fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cb11e46..6651244 100644
--- a/README.md
+++ b/README.md
@@ -54,12 +54,12 @@ Sometime you may want to broadcast meeting via RTMP. I did some experiment on it
2) Then in another terminal tab
```sh
-node liveJoin.js "https://BBB_HOST/bigbluebutton/api/join?meetingId=MEETING_ID...."
+node liveRTMP.js "https://BBB_HOST/bigbluebutton/api/join?meetingId=MEETING_ID...."
```
You can also set duration like this too otherwise it will close after meeting end or kickout:
```sh
-node liveJoin.js "https://BBB_HOST/bigbluebutton/api/join?meetingId=MEETING_ID...." 20
+node liveRTMP.js "https://BBB_HOST/bigbluebutton/api/join?meetingId=MEETING_ID...." 20
```
Check the process of websocket server, `ffmpeg` should start sending data to RTMP server.