views:

23

answers:

1

I want to implement video chatting on my site. I understand that I need a table of users online with their ips and that there will be flash clients but I do not understand how the streams are handled. Do I need to have some sort of special stream process running somewhere? Can I just store the ips in a db and set them connections up in php like some sort of p2p service? Any resources would be great.

+1  A: 

You need to look into Flash Media Server. But that will cost you for hosting.

TandemAdam