jibri: add jibri service
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
af305af880
commit
ffa017b74d
@@ -61,6 +61,14 @@ if [[ ! -f /config/config.js ]]; then
|
||||
-e "s#// focusUserJid:.*#focusUserJid: '${JICOFO_AUTH_USER}@${XMPP_AUTH_DOMAIN}',#" \
|
||||
/config/config.js
|
||||
|
||||
if [[ $ENABLE_RECORDING -eq 1 || x$ENABLE_RECORDING == xtrue ]]; then
|
||||
sed -i \
|
||||
-e "/\/\/ Recording.*/a hiddenDomain: '$XMPP_RECORDER_DOMAIN'," \
|
||||
-e "s#// fileRecordingsEnabled:.*#fileRecordingsEnabled: true,#" \
|
||||
-e "s#// liveStreamingEnabled:.*#liveStreamingEnabled: true,#" \
|
||||
/config/config.js
|
||||
fi
|
||||
|
||||
if [[ $ENABLE_AUTH -eq 1 ]]; then
|
||||
if [[ $ENABLE_GUESTS -eq 1 ]]; then
|
||||
sed -i \
|
||||
|
||||
Reference in New Issue
Block a user