Tips for creating a video-voice-chat application

Posted by Marco on Stack Overflow See other posts from Stack Overflow or by Marco
Published on 2010-04-22T10:40:55Z Indexed on 2010/04/22 10:43 UTC
Read the original article Hit count: 305

Filed under:
|
|
|
|

I want to create a simple chat application that supports voice and video (something like Skype or Google Talk). I don't want to write everything from scratch, so my question is do you know some good libraries for that?

I stumbled over libjingle (c++) and Smash (Java), both implementing the XMPP extension Jingle. Would you recommend one of those?

© Stack Overflow or respective owner

Related posts about voip

Related posts about videochat