I'm looking to build a prototype for an application that can do P2P video chat a la Skype or Tango. Can anyone point me in the right direction on how that could be done? Is it possible with the available libraries? Any help would be appreciated.
Thanks for your help! Now if I were to have two-way streaming using this, would I still need to stream the video through the server? How about the audio?
You do not need a server to send the frames between two devices. Audio is more difficult as it cannot be easily broken into "frames". Search the site for several related discussions.