eos87
eos87

Reputation: 9353

Videochat using Django? or other Python framework?

i wanna make an application with videochat. Something like google chat, with text chat and an option to start live video chat.

What do you recommend to me? i don't know where i can start, help me please.

Thanks in advance

Upvotes: 3

Views: 3066

Answers (1)

James T Snell
James T Snell

Reputation: 1678

I would start by using something else in your application. Once you've mastered using others and have become familiar with how they work, then perhaps explore how to make your own. I believe for now, the only way of really doing this is to use Flash in some form. I don't believe javascript can grab frames from webcams, but I'm not a javascript geek - maybe HTML5 has a facility for this.

Anyway, try something like these:

Or perhaps look around, with searches like this: http://www.google.com/search?channel=fs&q=video+chat+open+source&ie=utf-8&oe=utf-8

Upvotes: 2

Related Questions