What language is better suited for P2P video streaming?

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-06-05T09:12:57Z Indexed on 2010/06/05 9:22 UTC
Read the original article Hit count: 174

I would like to write a Skype like software which allows P2P video/audio streaming. What language is better suited for that?

There are several requirements:

  1. Software should be easy to install.

  2. It should be easy to program.

  3. I want to have access to video information. For example to make a face expression recognition on the fly.

  4. It should be free.

I am thinking of Python and Java. Which one would be better? Or may be there is a third choice which is better?

ADDED

Flash is an attractive option since users can use their browser in which flash is installed by default and if not, it's easy to install flash. But I do not know if I can have access to video (if I want to do some processing). Moreover, Flash is not free.

© Stack Overflow or respective owner

Related posts about flash

Related posts about programming-languages