From 523def35972f46946f23c66926d6fa77ffc1e7c3 Mon Sep 17 00:00:00 2001 From: "Jibon L. Costa" Date: Wed, 1 Apr 2020 10:16:00 +0600 Subject: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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). -- cgit v1.3.1