Page 1 of 1

Send video and audio through web

Posted: Tue Apr 20, 2004 9:20 pm
by augustus_emperor
If there any possibility for php to send LIVE! video and audio through web??? Is there any function or coding that can handle this situation??? for example how can i create a website that people can SEE n HEAR with other people.... n we asume both parties must use webcam and microphone... Is there any possibility for php function or coding that can settle down my prob??? [/b]

Posted: Thu Apr 22, 2004 2:09 am
by Chris Corbyn
PHP is purely server side. Whatever data it sends back to the client will not be updated in realtime I don't think.

I'd be looking elsewhere than php.

You'll need to write a Java based applet I think.