The majority of sim accounts are public dynamic. Most if not all cellular providers do not allow incoming connections to public dynamic ip addresses. (3g anyway, maybe not 4g/LTE) The issue of connecting is not one of dynamic ips, but rather blocked incoming ports.

So, if I wanted to stream video from an android phone on demand (based on information gleaned from this conversation (Streaming video from Android camera to server)), what would be the chain of events to properly intitiate a connection.

My idea of this (roughly):

  1. app on android phone initiates and keeps open some sort of connection to media server (wowza or something).
  2. At some point when server wants video from phone, it uses the open connection to request a video stream.
  3. Android phone pushes rtsp stream to server.

Is this correct, and if so, what type of connection should i use as the permanent control connection. Also, is it possible to push rtsp or would i have to do something else?

Thanks!

link|improve this question

I think using SDP announce might help... but I am not sure if that only helps with discovering the device or helping handle the actual push connection. – michael Jan 2 at 20:53
bit.ly/wEXwJk IP webcam is a good example of what I want to achieve including the problem of initiating a connection with the phone. You must initiate connections from the phone. – michael Jan 4 at 0:08
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.