RetroShare/plugins/VOIP
2015-03-21 21:25:17 +00:00
..
gui added notification for VOIP calls (Patch from Phenom) 2015-03-21 21:25:17 +00:00
interface added serialisation/transmission of video data 2014-07-15 20:04:31 +00:00
lang Updated languages de, es and ru from Transifex 2014-12-27 17:56:35 +00:00
services added bandwidth measurement for video. Still needs codec to accound for it 2014-07-20 20:50:36 +00:00
p3Voip.h improved VOIP plugin code. Plugin loads, has a config tab. Next step: merge service with existing p3VoRS service 2012-02-18 20:30:10 +00:00
README.txt added missing dependencies to README file 2014-12-22 15:51:02 +00:00
VOIP.pro Added DEPENDPATH to pro files 2015-01-12 23:14:35 +00:00
VOIPPlugin.cpp Removed version files from retroshare-gui. 2015-01-14 23:26:51 +00:00
VOIPPlugin.h Removed version files from retroshare-gui. 2015-01-14 23:26:51 +00:00

TODO
====

-== In RS ==-
	* extend the notification system to plugins
	* allow RS to accept new settings windows from plugins
	* fix plugin version checking
	* fix plugin hash checking

-== VOIP Plugin ==-
	* implement separate VOIP service, or add a new sub item to p3chatService.
	* import plugin images

COMPILATION
	- add the following libraries:

			libqtmultimediakit1
			qtmobility-dev
			libspeex-dev
			libspeexdsp-dev
			libcv-dev
			libopencv-core-dev
			libhighgui-dev