Click here to Skip to main content
15,886,079 members
Please Sign up or sign in to vote.
2.33/5 (5 votes)
See more:
how to do video chat using php? If anybody knows about this then please send code or any information about that????????
Posted
Updated 18-Jul-11 18:54pm
v2

This[^] could help you get started.
But seriously, did you search the internet before posting here?
 
Share this answer
 
Some clarifications about the platform you can use:
You need to use a Flash video chat application that integrates with PHP and a RTMP server where users can connect and interact live.
PHP scripts just generate pages from server while clients need to stream their webcams live to other users with a persistent connection.

There are also some limited solutions using HTML5 JS, P2P, AJAX but these don't work on main browsers (IE, Safari..) and are not reliable as using Flash and a RTMP server that works for most users.

Sample PHP Webcam Video Chat solutions:
http://sourceforge.net/directory/language:php/?q=webcam+video+chat[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900