How to create a live audio broadcast between two Android mobile phones using socket programming ..?

I am trying to develop an Android application that will allow streaming audio between two Android mobile phones as audio conferencing using socket programming. What should I use to transmit audio? I am using api 10

+7
source share
1 answer

if you want to connect within the local network, then there is hope; however, if you want to connect via the Internet, then forget about it, NAT and CGN , and the like will not allow you (well, if you do not provide a third-party relay server for your application).

+2
source

All Articles