summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJibon Costa <jiboncosta57@gmail.com>2020-03-27 15:54:42 +0600
committerJibon Costa <jiboncosta57@gmail.com>2020-03-27 15:54:42 +0600
commit3227ab16a20dc263ee04e4f39fc2da75e7256c22 (patch)
tree0a8d827fbb987e8480a5deab6f764183cc9a1d5f /README.md
parent7a30b088be795c9c033d78b07b9744917bfa22ab (diff)
downloadbbb-recorder-3227ab16a20dc263ee04e4f39fc2da75e7256c22.tar.gz
bbb-recorder-3227ab16a20dc263ee04e4f39fc2da75e7256c22.zip
live join feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1f78ded..a53c77b 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
Bigbluebutton recordings to `webm` or `mp4`. This is an example how I have implemented BBB recordings to distibutable file.
+
1. Videos will be copied to `/var/www/bigbluebutton-default/record`
3. Can converted to `mp4`. Default `webm`
2. Specify bitrate to control quality of the exported video by adjusting `videoBitsPerSecond` property in `background.js`
@@ -38,6 +39,14 @@ You can pass 4 args
3) Duration of recording in seconds. Default 10 seconds
4) Convert to mp4 or not (true for convert to mp4). Default false
+
+You can also use `liveJoin.js` to live join meeting as a recorder & perform recording like this:
+
+```sh
+node liveJoin.js "https://BBB_HOST/bigbluebutton/api/join?meetingId=MEETING_ID...." liveRecord.webm 10 true
+```
+
+
### How it will work?
When you will run the command that time `chromium` browser will be open in background & visit the link & perform screen recording. So, if you have set 10 seconds then it will record 10 seconds only. Later it will give you file as webm or mp4.