Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I have a video chat on my site like Gmail? [closed]

I'm looking for a free opensource project or just some code I can use to have video chatting capabilities on my site. Anyone know if this can be done easily, I know a lot about PHP and jquery.

like image 326
John Doe Avatar asked May 07 '11 18:05

John Doe


2 Answers

This is a jQuery webcam based I know:

http://mackers.com/571-jquery-webcam

Others:

http://www.jquery.wisdomplug.com/jquery-plugins/multimedia-jquery-plugins/best-jquery-video-plugins/

http://www.webresourcesdepot.com/control-webcams-with-javascript-jquery/

http://blogupstairs.com/framework/javascript-framework/jquery/jquery-webcam-jquery-plugin-for-communicate-with-a-camera-in-javascript/

http://www.psd2html.com/blog/jquery-plugins-video.html

like image 93
SIFE Avatar answered Oct 12 '22 23:10

SIFE


I don't think this can be done with PHP because the application which gets your Webcam's videostream must run on the Client, not on the Server. In this case, if you don't want your users to install special Software on their machines, you'll want to do it with Flash or a Java Applet.

I also found a library which uses AJAX and REST to do it.

like image 28
Lukas Knuth Avatar answered Oct 13 '22 00:10

Lukas Knuth