0

I am looking to create an application that sends a live video stream from a phone to be stored on a server, using 3g.

I found spydroid which is very similar to what I want to do. Looking through the code I just realised it uses wifi not 3g.

My question is what do I need to change so that it uses 3g instead of wifi? (I'm looking for general pointers, I don't want you to look through the actual code :) )

Thanks in advance!

Felix
  • 3,783
  • 5
  • 34
  • 53

1 Answers1

0

This is probably a duplicate of: How to use 3G Connection in Android Application instead of Wi-fi?. Look at teh answer that got the best score.

Community
  • 1
  • 1
oren zvi
  • 114
  • 1
  • 4
  • Thanks for the response! I looked through that question, and it addresses choosing 3g or wifi from within your app. What I'm looking for is how to actually communicate (send the live video stream) over 3g, as wifi won't be available in most situations where the app will be used. – Felix Feb 17 '13 at 03:14