/VoipTest

VoipTest, Video call test with QXmpp

Primary LanguageC++GNU General Public License v3.0GPL-3.0

VoipTest, Video call test with QXmpp

Intro

Small video call test program using QXmpp.

Compiling

You must compile and install the latest version of QXmpp with Speex, Vpx and Theora codecs support. Also you must install OpenCV.
To compile and run VoipTest:

qmake-qt4 VoipTest.pro && make

Compiling QXmpp with full support in Windows

Follow these instructions.