The Computer Oracle

Secure video chat program as an alternative to Skype

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Isolated

--

Chapters
00:00 Secure Video Chat Program As An Alternative To Skype
00:55 Answer 1 Score 0
01:22 Accepted Answer Score 1
01:36 Answer 3 Score 0
02:07 Answer 4 Score 0
02:35 Thank you

--

Full question
https://superuser.com/questions/126999/s...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#video #security #skype #softwarerec #chat

#avk47



ACCEPTED ANSWER

Score 1


Why not use Windows Live Messenger video chat? Or if you want to go really techy and secury you can install your own SIP proxy and with the above mentioned VPN and a variety of SIP clients you can make your own platform, so to speak.




ANSWER 2

Score 0


I can't really give advice on a video chat program. But concerning security, all you have to do is setup a VPN (IPSec or otherwise) so that either your girlfriend can join your local network or vice-versa. This will give you a secure encrypted channel from point to point. Then, you just have to find a Point To Point video chat program that does is truly point to point. (as in, never contacts the internet if not needed)




ANSWER 3

Score 0


WLM isn't the best option anymore - not since MS decided to make it an 'ad serving platform', but the best (or only I think) option for Open source is Jabber, otherwise known as the XMPP protocol. Which is a secure, encrypted protocol BTW.

You can run a chat server yourself, and secure that. No need to run on Google's Gtalk network (which is XMPP) or others. There's a load of server and client software on the XMPP website.




ANSWER 4

Score 0


If you access Gmail using https (which is the default setting now) and use their video chat software, then the connection to Google's servers will be encrypted, which would secure you against any sniffing on an unencrypted WiFi network, etc. Google would have access to the data, but I don't think they keep logs of video chats, just text chats. It's supported on Windows, OS X and Linux, and is very easy to install. I've been using it lately, and it seems to work quite well.