forked from switnet/quick-jibri-installer
parent
bc98d45c0a
commit
1d924e0f1f
22
README.md
22
README.md
|
@ -1,6 +1,15 @@
|
||||||
# Quick Jibri Installer
|
# Quick Jibri Installer
|
||||||
Bash installer for Jibri on **\*buntu LTS** based systems using **nginx** as default webserver.
|
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
|
## Requirements
|
||||||
* Clean VM/VPS/Server using Ubuntu LTS
|
* Clean VM/VPS/Server using Ubuntu LTS
|
||||||
* Valid domain with DNS record, **mandatory** for SSL certs via Let's Encrypt.
|
* 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.
|
* Minimum recommended for video recording: 8 GB RAM / 2 Cores.
|
||||||
* Webcam
|
* 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
|
## Features
|
||||||
* Enabled Session (video) Recording using Jibri
|
* Enabled Session (video) Recording using Jibri
|
||||||
* Enabled Jitsi Electron app detection server side.
|
* 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) Customized brandless mode
|
||||||
* (New) Improved recurring updater
|
* (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 custom changes
|
||||||
* Optional default language
|
* Optional default language
|
||||||
|
|
Loading…
Reference in New Issue