Stable branch #2
10
jigasi.sh
10
jigasi.sh
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Quick Jigasi Installer - *buntu 16.04 (LTS) based systems.
|
# Quick Jigasi Installer - *buntu (LTS) based systems.
|
||||||
# SwITNet Ltd © - 2019, https://switnet.net/
|
# SwITNet Ltd © - 2020, https://switnet.net/
|
||||||
# GPLv3 or later.
|
# GPLv3 or later.
|
||||||
|
|
||||||
##################### Whistlist #######################
|
##################### Whistlist #######################
|
||||||
|
@ -208,8 +208,10 @@ sed -i "/xmpp.acc.ANONYMOUS_AUTH/ s|# ||" $JIG_SIP_PROP
|
||||||
|
|
||||||
prosodyctl register transcript auth.$DOMAIN jigasi
|
prosodyctl register transcript auth.$DOMAIN jigasi
|
||||||
|
|
||||||
systemctl restart prosody ji*
|
systemctl restart prosody \
|
||||||
|
jicofo \
|
||||||
|
jibri* \
|
||||||
|
jitsi-videobridge*
|
||||||
echo "
|
echo "
|
||||||
To test, you need to enable subtitles beforehand then invite \
|
To test, you need to enable subtitles beforehand then invite \
|
||||||
\"jitsi_meet_transcribe\" to the meeting (no quotes).
|
\"jitsi_meet_transcribe\" to the meeting (no quotes).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Quick Jibri Installer - *buntu (LTS) based systems.
|
# Quick Jibri Installer - *buntu (LTS) based systems.
|
||||||
# SwITNet Ltd © - 2019, https://switnet.net/
|
# SwITNet Ltd © - 2020, https://switnet.net/
|
||||||
# GPLv3 or later.
|
# GPLv3 or later.
|
||||||
{
|
{
|
||||||
echo "Started at $(date +'%Y-%m-%d %H:%M:%S')" >> qj-installer.log
|
echo "Started at $(date +'%Y-%m-%d %H:%M:%S')" >> qj-installer.log
|
||||||
|
@ -103,6 +103,15 @@ echo '
|
||||||
Welcome to Jitsi/Jibri Installer
|
Welcome to Jitsi/Jibri Installer
|
||||||
########################################################################
|
########################################################################
|
||||||
by Software, IT & Networks Ltd
|
by Software, IT & Networks Ltd
|
||||||
|
|
||||||
|
Featuring:
|
||||||
|
- Jibri
|
||||||
|
- Jibri Recordings Access via Nextcloud
|
||||||
|
- Jigasi Transcription
|
||||||
|
- Brandless Mode
|
||||||
|
- Recurring changes updater
|
||||||
|
|
||||||
|
See more at: https://github.com/switnet-ltd/quick-jibri-installer/
|
||||||
'
|
'
|
||||||
|
|
||||||
#Check if user is root
|
#Check if user is root
|
||||||
|
|
Loading…
Reference in New Issue