mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-23 11:23:28 +00:00
f1da04eb27
Pin the LiveKit rtc section: the browser reaches the server through podman's published ports on loopback while egress and the agents reach it over the podman network, and those two have no address in common. `advertise_internal_ip` keeps the container's own interface address as a host candidate alongside the node_ip one, so LiveKit offers both and ICE picks whichever works. Without it egress only ever sees 127.0.0.1, which is the egress container itself, and its peer connection timeouts `use_external_ip` is turned off since it would advertise the STUN-discovered public IP, which no local peer can hairpin to.