Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hipersayanx/voiptest

VoipTest, Video call test with QXmpp
https://github.com/hipersayanx/voiptest

Last synced: 23 days ago
JSON representation

VoipTest, Video call test with QXmpp

Awesome Lists containing this project

README

        

# VoipTest, Video call test with QXmpp #

## Intro ##

Small video call test program using [QXmpp](https://github.com/qxmpp-project/qxmpp/).

## Compiling ##

You must compile and install the latest version of [QXmpp](https://github.com/qxmpp-project/qxmpp/) with Speex, Vpx and Theora codecs support. Also you must install [OpenCV](http://opencv.willowgarage.com/wiki/).
To compile and run VoipTest:

qmake-qt4 VoipTest.pro && make

## Compiling QXmpp with full support in Windows ##

Follow these [instructions](http://hipersayanx.blogspot.com.ar/2014/07/compile-qxmpp-in-windows-with-full.html).