Hi
After having installed jitsi on a desktop (ubuntu 16.04) successfully, I tried to do the same thing on a server => on the server neither video nor audio is working.
Any help would be greatly appreciated .
Server is Ubuntu 16.04, I followed the quick install and updated hosts and hostname files
Server has a FQDN = jts_dot_domain_dot_com
Hosts and hostname files have been updated accordingly
Prosody seems to be listenning to 5222 (lsof returns listening processes on 5222)
Firewall is not enabled yet
In jicofo.log there are errors.
First one seems to be
org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.doConnect().303 Failed to connect/login: The following addresses failed: ‘localhost:5222’ failed because: localhost/127.0.0.1 exception: java.net.ConnectException: Connexion refusée (Connection refused), localhost/0:0:0:0:0:0:0:1 exception: java.net.ConnectException: Connexion refusée (Connection refused)
org.jivesoftware.smack.SmackException$ConnectionException: The following addresses failed: ‘localhost:5222’ failed because: localhost/127.0.0.1 exception: java.net.ConnectException: Connexion refusée (Connection refused), localhost/0:0:0:0:0:0:0:1 exception: java.net.ConnectException: Connexion refusée (Connection refused)
It is normal to see those in the log file while things are installing, it should reconnect …
If it is just audio and video not working this is firewall, port-forwarding not working or jvb not advertising correct public ip address. Checkout advanced section of Self-Hosting Guide - Debian/Ubuntu server · Jitsi Meet Handbook for more info.