jitsi-contrib/jitsi-helm

how to configure the "org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS" about jvb

wujianqiangwjq opened this issue · 3 comments

how to configure the "org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS" about jvb

Hello @wujianqiangwjq!

You can use .Values.jvb.publicIP variable to set the public IP to be advertised by JVB. Alternatively, you can set .Values.jvb.useNodeIP to true to automatically use the public IP of the node JVB is deployed on.

# values.yaml
jvb:
  publicIP: 1.2.3.4
  ### OR ###
  useNodeIP: true

Check the JVB deployment template for details.

My meeting has been reconnecting. I think I need to configure "org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS", my environment does not STUN Server

That's exactly what the setting I mentioned does. Are you sure it's not caused by anything else? Can you describe your k8s setup? The problem may be hidden in Ingress or someplace else too.