Closed cyberspazio closed 3 years ago
root@eventitalia3:~/quick-jibri-installer/tools# sudo bash test-jibri-env.sh
######################################################################## Welcome to Jibri Environment Tester ######################################################################## by Software, IT & Networks Ltd
Checking for updates....
This installation is using the "stable" repository.
Jibri is installed, checking version: jibri:all/stable 8.0-83-g204354d-1 uptodate Jibri is already up to date: ✔
Warning: No Google Chrome doesn't seem installed ChromeDriver 90.0.4430.24
Great! Module snd-aloop found!
Seems to be using the latest asoundrc file available!
What config version is this using?
This jibri seems to be running the lastest configuration already. ✔
If you think there maybe an error on checking you current jibri configuration. Please report this to https://github.com/switnet-ltd/quick-jibri-installer/issues
Seems you have the "--ignore-certificate-errors" flag required for Chrome v88 and later. ✔
If you think there maybe an error on checking you current jibri configuration. Please report this to https://github.com/switnet-ltd/quick-jibri-installer/issues
############################## Score: 5.1 out of 6.1 ##############################
Jibri Test complete, thanks for testing.
root@eventitalia3:~/quick-jibri-installer/tools#
SOLVED:
sudo nano /etc/apt/sources.list.d/google-chrome.list
Next, copy the following line and paste it into the google-chrome.list file.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
To save the file in Nano text editor, press Ctrl+O, then press Enter to confirm. Next, press CTRL+X to exit. After that, run the following command to download Google’s signing key.
wget https://dl.google.com/linux/linux_signing_key.pub
Then use apt-key to add it to your keyring so the package manager can verify the integrity of Google Chrome deb package.
sudo apt-key add linux_signing_key.pub
Now update package list and install the stable version of Google Chrome.
sudo apt update
sudo apt install google-chrome-stable
:-)
How odd that it didn't got installed on the first place. Good you sort it out. Cheers.
Performed new installation on new Ubuntu 18, unable to register Log attached
no-recording log-jitsi-jibri.zip
/ Log attached
OK, open the doors: sudo ufw allow 80/tcp sudo ufw allow 443/tcp sudo ufw allow 4443/tcp sudo ufw allow 10000/udp sudo ufw allow 5222/tcp sudo ufw allow 5347/tcp sudo ufw allow 22/tcp sudo ufw enable