summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJibon L. Costa <jiboncosta57@gmail.com>2020-04-01 10:16:00 +0600
committerGitHub <noreply@github.com>2020-04-01 10:16:00 +0600
commit523def35972f46946f23c66926d6fa77ffc1e7c3 (patch)
tree15a4c2d760ce275f39ca4e55d439ecaf241cb8c1
parente4ad84fbc004119666634801a764c90e2b9e0bf3 (diff)
downloadbbb-recorder-523def35972f46946f23c66926d6fa77ffc1e7c3.tar.gz
bbb-recorder-523def35972f46946f23c66926d6fa77ffc1e7c3.zip
Update README.md
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c72c3b0..6ac99bb 100644
--- a/README.md
+++ b/README.md
@@ -22,13 +22,13 @@ cd bbb-recorder
npm install
```
-**Recording export:**
+### Recording export
```sh
node export.js "https://BBB_HOST/playback/presentation/2.0/playback.html?meetingId=MEETING_ID" meeting.webm 10 true
```
-### Options
+**Options**
You can pass 4 args
@@ -38,7 +38,7 @@ You can pass 4 args
4) Convert to mp4 or not (true for convert to mp4). Default false
-**Live recording:**
+### Live recording
You can also use `liveJoin.js` to live join meeting as a recorder & perform recording like this:
@@ -51,7 +51,7 @@ Here `0` mean no limit. Recording will auto stop after meeting end or kickout of
node liveJoin.js "https://BBB_HOST/bigbluebutton/api/join?meetingId=MEETING_ID...." liveRecord.webm 60 true
```
-**Live RTMP broadcasting (Experimental)**
+## Live RTMP broadcasting (Experimental)
Sometime you may want to broadcast meeting via RTMP. I did some experiment on it & got success but not 100%. To test you can use `ffmpegServer.js` to run websocket server & `liveRTMP.js` to join the meeting. You'll have to edit `rtmpUrl` & `ffmpegServer` info inside `config.json` file (if need).