forked from switnet/quick-jibri-installer
Update README.md
This commit is contained in:
parent
e4021dfc8f
commit
8518515b9d
22
README.md
22
README.md
|
@ -1,6 +1,15 @@
|
|||
# Quick Jibri Installer
|
||||
Bash installer for Jibri on **\*buntu LTS** based systems using **nginx** as default webserver.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
git clone https://github.com/switnet-ltd/quick-jibri-installer
|
||||
cd quick-jibri-installer
|
||||
bash quick-jibri-installer.sh
|
||||
```
|
||||
Please check more details on our wiki.
|
||||
|
||||
## Requirements
|
||||
* Clean VM/VPS/Server using Ubuntu LTS
|
||||
* Valid domain with DNS record, **mandatory** for SSL certs via Let's Encrypt.
|
||||
|
@ -8,6 +17,13 @@ Bash installer for Jibri on **\*buntu LTS** based systems using **nginx** as def
|
|||
* Minimum recommended for video recording: 8 GB RAM / 2 Cores.
|
||||
* Webcam
|
||||
|
||||
### Jigasi Transcript
|
||||
* SIP account
|
||||
* Google Cloud Account with Billing setup.
|
||||
### Jibri Recodings Access via Nextcloud
|
||||
* Valid domain with DNS record for Nextcloud SSL.
|
||||
|
||||
|
||||
## Features
|
||||
* Enabled Session (video) Recording using Jibri
|
||||
* Enabled Jitsi Electron app detection server side.
|
||||
|
@ -17,12 +33,6 @@ Bash installer for Jibri on **\*buntu LTS** based systems using **nginx** as def
|
|||
* (New) Customized brandless mode
|
||||
* (New) Improved recurring updater
|
||||
|
||||
### Jigasi Transcript
|
||||
* SIP account
|
||||
* Google Cloud Account with Billing setup.
|
||||
|
||||
### Jibri Recodings Access via Nextcloud
|
||||
* Valid domain with DNS record for Nextcloud SSL.
|
||||
|
||||
## Optional custom changes
|
||||
* Optional default language
|
||||
|
|
Loading…
Reference in New Issue