Send video and audio through web

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
augustus_emperor
Forum Newbie
Posts: 6
Joined: Tue Apr 20, 2004 9:20 pm

Send video and audio through web

Post 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]
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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.
Post Reply