Google webrtc project has all the stuff you want. For android, you can look the following link,
https://code.google.com/p/webrtc/source/browse/trunk/talk/examples/android/README /Kaiduan On Fri, Oct 24, 2014 at 9:40 AM, andrew_esh <[email protected]> wrote: > Android KitKat has a fairly stable version of wpa_supplicant already built > into it. It is what Wifi-Direct (and all Wifi) is based on. All of the > documentation for the open source project (non-Android) version of > wpa_supplicant has been seen to apply to the Android one. The source code > for the Android version can be found in platform/external/wpa_supplicant_8: > https://android.googlesource.com/platform/external/wpa_supplicant_8/ > > Java support is available through android.net.wifi.p2p: > > http://developer.android.com/reference/android/net/wifi/p2p/package-summary.html > > > On Thursday, October 23, 2014 7:08:37 AM UTC-5, deepak wrote: >> >> I am trying to implement P2P video streaming from IP Camera to Android. >> Anyone can suggest me a good P2P library that can be used for peer to peer >> streaming from IP camera to Android App ? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

