summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJibon Costa <jiboncosta57@gmail.com>2020-03-29 22:02:56 +0600
committerJibon Costa <jiboncosta57@gmail.com>2020-03-29 22:02:56 +0600
commitfdaf31a1bcfd6970646a6f80266dbcfe6a4a1522 (patch)
tree579648bb22dda10ceeab93d1c7097cf6b6ff07bb
parent753e98125ba93504c72effa6a74e92851a48787b (diff)
downloadbbb-recorder-fdaf31a1bcfd6970646a6f80266dbcfe6a4a1522.tar.gz
bbb-recorder-fdaf31a1bcfd6970646a6f80266dbcfe6a4a1522.zip
update
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6651244..cd4d139 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,8 @@ node liveJoin.js "https://BBB_HOST/bigbluebutton/api/join?meetingId=MEETING_ID..
**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` from `ffmpegServer.js` & port (if need). Then add websocket value as `ffmpegServer` in `liveRTMP.js` file.
+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).
+
1) Frist run websocket server by `node ffmpegServer.js`
2) Then in another terminal tab