0

I am looking for a piece of open source software or library which can do the following:

  1. Working a mux on client side (like a Skype/iChat videoconference (more than two callers at a time))
  2. Supports STUN or another NAT traversal mechanism.

I don't need BigBlueButton, WebEx, or their analogues.

Kyle Smith
  • 9,563
  • 1
  • 30
  • 32
naimson
  • 11
  • 4

1 Answers1

1

http://www.h323plus.org/ - an open source H323 library.

http://opensips.org/ - open source SIP.

Covers both major standards.

TomTom
  • 50,857
  • 7
  • 52
  • 134
  • ok.But due the nat and perfomance problems i think most good solutions is IAX2 protocol use. But is it possible to use jingle in video conference ? – naimson Feb 27 '12 at 18:45
  • Ah, no, sorry. IAX2 is limited to local lines and totally non standard. Pretty much everyne outside asterix talks SIP. Plus, sorry, SIP has neithera NAT nor a perforance problem as it doesn ot deal with transfer data - it only sets thigns up for RTP streams. – TomTom Feb 27 '12 at 19:10
  • Anyhow, you want IAX2 - get asterix and get learning. – TomTom Feb 27 '12 at 19:10
  • ок, but what about the jitsi and jingle nodes . Are there support third-person videoconference. – naimson Feb 27 '12 at 19:31