I searches a Script. It should be so just as developed as Live support Script! Only I would like to make over a Webcam with sound! I hope it understand my bad English!
PHP cannot stream video or sound data. Please remember that PHP is a server-side programming language, it's not designed for that type of functionality. Consider a Java Applet.
On the contrary, PHP can definitely do streaming audio/video, although I doubt there is any existing PHP applications on the market which fill his needs.
__________________ Drew Gauderman
ASP - MSSQL Coder / Buisness Owner / Coder for Hire!
MSN-ICQ-AIM-YIM in Profile http://www.iportalx.net an easy ASP portal system.
Put it this way, if php could stream video and audio it would very ineffective and bad practise indeed! And if you were to get a "decent" framerate you would have to refresh the page every second, but doing that will be just plain silly and inefficient. Streaming video and sound is Java's job.