From e90d09a6d9d76882ae0ad99f62d8a2a493583047 Mon Sep 17 00:00:00 2001 From: damencho Date: Tue, 16 May 2017 16:19:31 -0500 Subject: [PATCH] Updates recording instructions in manual install doc. --- doc/manual-install.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/doc/manual-install.md b/doc/manual-install.md index 8cab2c4a6..a6566a827 100644 --- a/doc/manual-install.md +++ b/doc/manual-install.md @@ -238,23 +238,4 @@ You are now all set and ready to have your first meet by going to http://jitsi.e ## Enabling recording -Currently recording is only supported for linux-64 and macos. To enable it, add -the following properties to sip-communicator.properties: -``` -org.jitsi.videobridge.ENABLE_MEDIA_RECORDING=true -org.jitsi.videobridge.MEDIA_RECORDING_PATH=/path/to/recordings/dir -org.jitsi.videobridge.MEDIA_RECORDING_TOKEN=secret -``` - -where /path/to/recordings/dir is the path to a pre-existing directory where recordings -will be stored (needs to be writeable by the user running jitsi-videobridge), -and "secret" is a string which will be used for authentication. - -Then, edit the Jitsi-Meet config.js file and set: -``` -enableRecording: true -``` - -Restart jitsi-videobridge and start a new conference (making sure that the page -is reloaded with the new config.js) -- the organizer of the conference should -now have a "recording" button in the floating menu, near the "mute" button. +[Jibri](https://github.com/jitsi/jibri)is a set of tools for recording and/or streaming a Jitsi Meet conference.