diff options
| author | Jibon Costa <jiboncosta57@gmail.com> | 2020-03-29 22:02:56 +0600 |
|---|---|---|
| committer | Jibon Costa <jiboncosta57@gmail.com> | 2020-03-29 22:02:56 +0600 |
| commit | fdaf31a1bcfd6970646a6f80266dbcfe6a4a1522 (patch) | |
| tree | 579648bb22dda10ceeab93d1c7097cf6b6ff07bb | |
| parent | 753e98125ba93504c72effa6a74e92851a48787b (diff) | |
| download | bbb-recorder-fdaf31a1bcfd6970646a6f80266dbcfe6a4a1522.tar.gz bbb-recorder-fdaf31a1bcfd6970646a6f80266dbcfe6a4a1522.zip | |
update
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
