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.
问题:
回答1:
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
回答2:
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.
回答3:
Native browser support enabled via Javascript APIs is under development and supported by Google, Mozilla, and Opera. The project is called WebRTC (Web Real-Time Communications) and is supported in Chrome.