0

Hi I need some information on how to implement Voip (RTP) audio conference. I need an algorithm description. Can someone point me to relevant resource on web.

Boris
  • 1,311
  • 13
  • 39

2 Answers2

1

FreeSWITCH is a open source, which has a support for Audio conferencing upto 10,000 simultaneous calls (may be more). You may not find any conferencing algorithm lying open. Search for white papers on audio mixing.

Alam
  • 1,536
  • 15
  • 26
1

The RFCs are the obvious starting points.

I'm not sure what algorithms you are asking for, but the RFCs contains algorithms for RTCP and other things.

Community
  • 1
  • 1
dkagedal
  • 578
  • 2
  • 7
  • 14