Hi Meetecho team,
I was wondering if there are any plans to implement more robust kubernetes/docker solution to expose one UDP port for all sessions and identify RTP packets based on ufrag from Stun/ICE?
Something like it was done in OpenAI webrtc solution:
That’s not something we can do. We rely on libnice for socket management, and it uses different ports there. If you need Kubernetes support and a single port for Janus, you may want to check stunner as a wrapper.