Skip to content

Instantly share code, notes, and snippets.

@Wikinaut
Last active April 2, 2020 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wikinaut/a476a51a2e69426689d80100edb3c47c to your computer and use it in GitHub Desktop.
Save Wikinaut/a476a51a2e69426689d80100edb3c47c to your computer and use it in GitHub Desktop.
Patches for Jitsi
# Patches for jitsi
#
# see/filed as https://github.com/jitsi/jitsi-meet/pull/5264
# optionally fetch the nightly build:
apt update
apt upgrade
sed -e "s/LANG_DETECTION: false/LANG_DETECTION: true/" -i /usr/share/jitsi-meet/interface_config.js
# see/filed as https://github.com/jitsi/jitsi-meet/pull/5262
# Pull request was denied upstream for reasons I do not admit
sed -e "s/Low bandwidth/Audio only/" -i /usr/share/jitsi-meet/libs/app.bundle.min.js
# After applying the above changes the jitsi bridge needs to be restarted
service jitsi-videobridge2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment