Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating new Jibri environment variables in Docker #362

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/devops-guide/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ Extended Jibri configuration:

Variable | Description | Example
--- | --- | ---
`ENABLE_SERVICE_RECORDING` | Enable recording with the "recording service" (registered in the finalizing script) | 1
`ENABLE_LIVESTREAMING` | Enable live streaming | 1
`JIBRI_RECORDER_USER` | Internal recorder user for Jibri client connections | recorder
`JIBRI_RECORDER_PASSWORD` | Internal recorder password for Jibri client connections | `<unset>`
`JIBRI_RECORDING_DIR` | Directory for recordings inside Jibri container | /config/recordings
Expand All @@ -413,6 +415,14 @@ Variable | Description | Example
`JIBRI_STRIP_DOMAIN_JID` | Prefix domain for strip inside Jibri (please see env.example for details) | muc
`JIBRI_BREWERY_MUC` | MUC name for the Jibri pool | jibribrewery
`JIBRI_PENDING_TIMEOUT` | MUC connection timeout | 90
`JIBRI_REQUEST_RETRIES` | (optional) How many times to retry a given Jibri request before giving up. Set to -1 to allow infinite retries. | 1
`DROPBOX_APPKEY` | (optional) The Dropbox application key. Setting this parameter will enable saving in Dropbox |
`DROPBOX_REDIRECT_URI` | (optional) A URL to redirect the user to, after authenticating | https://jitsi-meet.example.com/static/oauth.html
`ENABLE_FILE_RECORDING_SHARING` | (optional) Whether to show the possibility to share file recording with other people (e.g. meeting participants), based on the actual implementation on the backend. | 0
`DISABLE_LOCAL_RECORDING` | (optional) Disables the local recording feature | 0
`ENABLE_LOCAL_RECORDING_NOTIFY_ALL_PARTICIPANT` | (optional) Notifies all participants when local recording starts | 0
`ENABLE_LOCAL_RECORDING_SELF_START` | (optional) Enable the ability to record only self | 0


### Jitsi Meet configuration

Expand Down