From 1ed80e41505fd5379aad6415ce474864fe567b08 Mon Sep 17 00:00:00 2001 From: Jibon Costa Date: Sat, 28 Mar 2020 16:51:44 +0600 Subject: fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb11e46..6651244 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,12 @@ Sometime you may want to broadcast meeting via RTMP. I did some experiment on it 2) Then in another terminal tab ```sh -node liveJoin.js "https://BBB_HOST/bigbluebutton/api/join?meetingId=MEETING_ID...." +node liveRTMP.js "https://BBB_HOST/bigbluebutton/api/join?meetingId=MEETING_ID...." ``` You can also set duration like this too otherwise it will close after meeting end or kickout: ```sh -node liveJoin.js "https://BBB_HOST/bigbluebutton/api/join?meetingId=MEETING_ID...." 20 +node liveRTMP.js "https://BBB_HOST/bigbluebutton/api/join?meetingId=MEETING_ID...." 20 ``` Check the process of websocket server, `ffmpeg` should start sending data to RTMP server. -- cgit v1.3.1