| Tox aims to be a secure replacement for Skype. There's several other similar projects, but they are usually hard to set up and use for an average user. Tox is FLOS software developed by community, and currently licensed under GPLv3. We are considering changing the license to something more permissive, so it would be possible to put it on the App & Win8 Stores. Currently, it is in really early stages of development. But we already have basic IM, and nCurses interface. We use NaCl library for encryption and will probably add FFmpeg for video. We are working on a cross-platform GUI using Qt5. Please note that the screen-shots on the main website are only mockups, and (in my opinion) should have been labeled as such. Since the website is down, here's some links: Subreddit: http://www.reddit.com/r/projecttox/ Core code: https://github.com/irungentoo/ProjectTox-Core Qt GUI code: https://github.com/nurupo/ProjectTox-Qt-GUI Website code: https://github.com/stal888/ProjectTox-Website IRC Freenode chanel: #InsertProjectNameHere |
You guys should really look into the WebRTC project ( http://code.google.com/p/webrtc/ ) so you don't re-invent the wheel with video conferencing with just raw ffmpeg. You could also make web browser clients in the future possibly. It takes quite a bit of QoS and other work to make video conferencing work right! Take advantage of the PhDs that google & co hire and re-use their full time jobs!