Hi all,
Using a fresh new Debian 10, using openjdk-11-jre-headless, I’ve installed Jitsi using the quick install, and configure Let’s Encrypt certificates using install-letsencrypt-cert.sh. The certificate used by nginx has been modified to use the one generated with this script.
a A registry has been set on the DNS records of my domain talk.mydomain.com to point to this fresh VM, and added it to hosts file. I did not change systemd config since I didn’t appreciate the difference the howto and my config.
Since nginx and jitsi-videobridge use the same 443 port, i’ve added those parameters in sip-communicator.properties :
org.jitsi.videobridge.TCP_HARVESTER_PORT=4443
org.jitsi.videobridge.TCP_HARVESTER_MAPPED_PORT=443
Hence both nginx and jitse can then startup.
When I log in my room, everything is fine (i see myself).
When I used another laptop and log in, i see a message below the profile “chat is having connnectivity issues…”
in jvb.log i see a lot of :
JVB 2020-03-22 01:22:32.464 WARNING: [6289] org . jitsi . videobridge . EndpointMessageTransport .log() SCTP connection with b808d075 not ready yet.
JVB 2020-03-22 01:22:32.465 WARNING: [6289] org . jitsi . videobridge . EndpointMessageTransport . log() No available transport channel, can’t send a message
Any idea how to debug that ?
What can be wrong ?
Thanks a lot !!