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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.