Is there any free opensource (GNU GPL, LGPL etc) Comet Video Chat? (PHP)
I want to integrate it into my own CMS I am creating.
No matter how comet'ish it's done, you don't want real time video going through your CMS!
A better solution involves XMPP, there are several high performace OSS servers that you could integrate with your web app, and also several OSS clients, some of them can be embedded on a webpage.
if you want to pass all text chat through your CMS, maybe you could pop a video-only channel through XMPP, and a comet-based text chat. the challenge would be making those seamless.... i still think it's easier to go full XMPP, and read the server logs into the CMS.