Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hipersayanx/voiptest
- Owner: hipersayanX
- License: gpl-3.0
- Created: 2012-05-19T17:48:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T19:48:20.000Z (almost 10 years ago)
- Last Synced: 2024-05-01T20:08:47.619Z (6 months ago)
- Language: C++
- Homepage:
- Size: 217 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
- License: COPYING
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).