One UDP port to serve them all?

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:

https://openai.com/index/delivering-low-latency-voice-ai-at-scale/

or mentioned for Mediasoup:

Thanks,
mirko

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.

Thanks @lorenzo, will take a look