|
@@ -238,23 +238,4 @@ You are now all set and ready to have your first meet by going to http://jitsi.e
|
238
|
238
|
|
239
|
239
|
|
240
|
240
|
## Enabling recording
|
241
|
|
-Currently recording is only supported for linux-64 and macos. To enable it, add
|
242
|
|
-the following properties to sip-communicator.properties:
|
243
|
|
-```
|
244
|
|
-org.jitsi.videobridge.ENABLE_MEDIA_RECORDING=true
|
245
|
|
-org.jitsi.videobridge.MEDIA_RECORDING_PATH=/path/to/recordings/dir
|
246
|
|
-org.jitsi.videobridge.MEDIA_RECORDING_TOKEN=secret
|
247
|
|
-```
|
248
|
|
-
|
249
|
|
-where /path/to/recordings/dir is the path to a pre-existing directory where recordings
|
250
|
|
-will be stored (needs to be writeable by the user running jitsi-videobridge),
|
251
|
|
-and "secret" is a string which will be used for authentication.
|
252
|
|
-
|
253
|
|
-Then, edit the Jitsi-Meet config.js file and set:
|
254
|
|
-```
|
255
|
|
-enableRecording: true
|
256
|
|
-```
|
257
|
|
-
|
258
|
|
-Restart jitsi-videobridge and start a new conference (making sure that the page
|
259
|
|
-is reloaded with the new config.js) -- the organizer of the conference should
|
260
|
|
-now have a "recording" button in the floating menu, near the "mute" button.
|
|
241
|
+[Jibri](https://github.com/jitsi/jibri)is a set of tools for recording and/or streaming a Jitsi Meet conference.
|