Renater / SIPMediaGW

A media gateway to provide SIP access (audio+video) on top of Jitsi Meet, BBB,...web conferences
Apache License 2.0
30 stars 9 forks source link

Numbers gwN #12

Closed noskiddie closed 9 months ago

noskiddie commented 1 year ago

Hi, I test your GW with Jitsi. Cant understand how manually add more gw containers to host and success rule traffik between them.

nicotyze commented 1 year ago

Hi, the maximum number of GWs you can launch on a machine is given by CPU_PER_GW variable Each time you run SIPMediGW.sh, it will create an other gateway ( gw0, gw1,...), if you have CPU enough, on your machine. Be aware that on a given machine you will be limited to a maximum of 8 gateways due to v4l2loopback limitations.

There is no direct traffic between the gateways: SIP signaling is coming through the SIP Server (kamailio) and media (audio/video) are relayed by the TURN server.