Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
Upstream update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark74 committed Feb 25, 2019
1 parent 694cafe commit 72adbfb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Quick Jibri installer based for Xenial servers.
=======
# Quick Jibri Installer
Bash installer for Jibri on *buntu 16.04 LTS based systems

Expand All @@ -15,6 +13,14 @@ Bash installer for Jibri on *buntu 16.04 LTS based systems
* Dropbox developer App key & redirect url configured (if you choose to enable Dropbox upload).
* Webcam

## Custom changes
* Disable welcome page
* Video muted by default
* Audio muted but admin
* Rodentia static avatar (icon credit: sixsixfive)
* Required display name
* Language (es)

Please note: This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.

SwITNet Ltd © - 2018, https://switnet.net/
6 changes: 6 additions & 0 deletions quick_jibri_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,12 @@ sed -i "s|// startWithVideoMuted: false,|startWithVideoMuted: true,|" $MEET_CONF
#Start with audio muted but admin
sed -i "s|// startAudioMuted: 10,|startAudioMuted: 1,|" $MEET_CONF

#Disable welcome page
sed -i "s|enableWelcomePage: true|enableWelcomePage: false|" $MEET_CONF

#Make displayname required
sed -i "s|// requireDisplayName: true,|requireDisplayName: true,|" $MEET_CONF

#Enable jibri services
systemctl enable jibri
systemctl enable jibri-xorg
Expand Down

0 comments on commit 72adbfb

Please sign in to comment.