Reputation: 53
I'm trying to do an Android app that can stream video (live) from the device camera to another device. How can I do this? Anyone can give me tips or some kind of tutorial / code ? I really need some help because I don't know how can I solve this. I read a lot about this, i've tried some examples but until now without success. thanks
Upvotes: 0
Views: 2951
Reputation: 486
There has already been talk done about this over here. Hope it helps:
Streaming video from Android camera to server
Edit: http://code.google.com/p/ipcamera-for-android/ <= here is a project that does what you want to do, you just need to adapt it to your needs :)
Upvotes: 1