flex - Need direction in creating a voice chat application -


I want to create a voice chat application as part of a project.

Can someone guide me how should I move forward?

These are the features that I need:

  • User for user voice chat
  • Ability to talk in conference (more than 2 users)

How do I connect to a user other? How to handle voice transmission? How can the packet be effectively brought to the conferencing?

I am thinking of the most likely language to develop it, the flash will be welcome, any suggestions are welcome.

There are a few things to do to research:

  • Was added to AIR 2.0 (). I believe that you can connect them with sockets to peer communication to peer communication to create a chat app like Skype. See
  • Using a Server Side Software to Handle Audio See Red5 is a popular open source () Flash Media Server is an Adobe Option ( )

Comments