congthang1 / jitsi-kubernetes

Jitsi deployment on Kubernetes with JVB autoscale and OCTO region enabled
MIT License
35 stars 18 forks source link

Jicofo is unable to connect #13

Open kchinkesh opened 2 years ago

kchinkesh commented 2 years ago

I have deployed shard0 successfully but i am getting CONFERENCE FAILED: conference.focusDisconnected focus.meet.jitsi when i am trying to connect

congthang1 commented 2 years ago

did you update all your data and open all firewall?

kchinkesh commented 2 years ago

Firewall is open. In jicofo logs it is trying to connect and login on PublicIP:5222 and 5347 but the server is listening on 0.0.0.0:30222 and 0.0.0.0:30347. How to correct it, Which setting need to be corrected, my setting are attached. Screenshot (53) Screenshot (54) Screenshot 2021-08-06 072816 Screenshot 2021-08-06 073013

congthang1 commented 2 years ago

why are you changing this nginx? Just deploy this on kubenetes of Digital Ocean. point your domain to load balacer IP then it will work

kchinkesh commented 2 years ago

I am using in premises kubernet cluster, tell me if any way to configure this on local kubernet cluster.

congthang1 commented 2 years ago

try to change xmpp_bosh_url_base to port 30222

kchinkesh commented 2 years ago

I Could able to find cluster IP of LoadBalancer but it is not exposing to Public IP. Jitsi is wotking on private IP from inside the system. I am new to kubernetes, kindly guide. Screenshot from 2021-08-09 12-23-52

kchinkesh commented 2 years ago

Thank you very much for your prompt reply. I successfully exposed jitsi to public IP only last thing is to add SSL to domain, kindly guide me how to add this.. Screenshot from 2021-08-09 13-00-022

bharath-naik commented 2 years ago

Hi @kchinkesh did you complete this setup, i was trying to setup on GKE. i got two issues 1. can't add SSL to domain 2. meeting is disconnected as soon as it starts. you save a lot time of mine, if you could help me.

kchinkesh commented 2 years ago

I could able to setup successfully but couldn't install Letsencypt SSL, due to this i am unable to turn on camera in google chrome. Kindly tell me also if you are able to install SSL.