diff options
| author | Jibon Costa <jiboncosta57@gmail.com> | 2020-03-28 16:51:44 +0600 |
|---|---|---|
| committer | Jibon Costa <jiboncosta57@gmail.com> | 2020-03-28 16:51:44 +0600 |
| commit | 1ed80e41505fd5379aad6415ce474864fe567b08 (patch) | |
| tree | dba57d4af6eef052b29eb7fa2c3688c6b5b72be6 /README.md | |
| parent | b15978e75643ce6c216e81f0e0efc11aab0be084 (diff) | |
| download | bbb-recorder-1ed80e41505fd5379aad6415ce474864fe567b08.tar.gz bbb-recorder-1ed80e41505fd5379aad6415ce474864fe567b08.zip | |
fix
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
