sippy / rtpproxy

The RTPproxy is a high-performance software proxy for RTP streams that can work together with Sippy B2BUA, Kamailio, OpenSIPS and SER.
http://rtpproxy.org
BSD 2-Clause "Simplified" License
404 stars 114 forks source link

Get more session per machine #108

Closed amarsou88 closed 3 years ago

amarsou88 commented 4 years ago

Hi; The problem is that I want to be able to have more free ports to get more users concected on server. Knowing that we spend 4 ports per session and we have 2 sessions this adds up 8 ports, What I think to do is to use two interfaces on the machine and send some trafic to first interface, an som other to the second interface. Thats a good idea? I mean, I can use te loopback ip and the interface ip, then I can doble the sessions. Did you have a better idea more profesional? Sorry and thank you.

sobomax commented 3 years ago

Hi, having more interfaces totally possible and there are nothing wrong with this approach. Also it could be done either at application level, where you pin sessions to a different IPs, or at the OS level using interface bonding techniques (FEC etc). You can even run a separate RTPProxy instance per interface/IP and load-balance those using features in OpenSIPS/Kamailio.