quick_jibri_installer.sh: update and fix for newer release (2025) #118

Open
Ark74 wants to merge 21 commits from Ark74/quick-jibri-installer:fix_jitsi_2025 into master
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 265c1151a4 - Show all commits

View File

@ -29,10 +29,10 @@ index f412891..f704157 100644
// // Transcriber language. This settings will only work if "useAppLanguage" // // Transcriber language. This settings will only work if "useAppLanguage"
// // is explicitly set to false. // // is explicitly set to false.
@@ -453,7 +453,7 @@ var config = { @@ -484,7 +484,7 @@ var config = {
// // Enables automatic request of subtitles when transcriber is present in the meeting, uses the default
// // Enables automatic turning on transcribing when recording is started // // language that is set
// autoTranscribeOnRecord: false, // autoCaptionOnTranscribe: false,
- // }, - // },
+ }, + },

View File

@ -1050,7 +1050,7 @@ sed -i "s|// startAudioMuted: 10,|startAudioMuted: 2,|" "$MEET_CONF"
[ "$ENABLE_WELCP" = "yes" ] && ENABLE_WELCP_BOL=true [ "$ENABLE_WELCP" = "yes" ] && ENABLE_WELCP_BOL=true
[ "$ENABLE_WELCP" = "no" ] && ENABLE_WELCP_BOL=false [ "$ENABLE_WELCP" = "no" ] && ENABLE_WELCP_BOL=false
export ENABLE_WELCP_BOL export ENABLE_WELCP_BOL
echo "> Patching config.js to modify welcompage behavior..." echo "> Patching config.js to modify welcome page behavior..."
echo " Read more about patches at the patches folder." echo " Read more about patches at the patches folder."
envsubst < \ envsubst < \
patches/jitsi-meet/002-jitsi-meet-welcome-page-on-off.patch | \ patches/jitsi-meet/002-jitsi-meet-welcome-page-on-off.patch | \