RTP distribution gateway in golang

35 Views Asked by At

I am writing a media gateway for a calling application. It doesn't need to process the RTP in any way and hence it just receives RTP (from the caller) on a UDP socket and sends to other members in the conference call. So I am using a simple for loop to do the job. But the gateway is unable to cope with heavy loads (more number of members in the call) and there is an increase in latency. Are there any alogrithms/techniques to increase the efficiency of this? If there is any good library in golang, that is also welcome.

0

There are 0 best solutions below