Hi,
You can use the pullstream API command of the EvoStream Media Server (EMS) to request a stream from your Android app. For example, for RTSP protocol, the command would be like:
where androidXXX refers to particulars of your Android server/stream.
Alternatively, you can do without any API command if your Android app can push a stream to EMS. The EMS can ingest RTMP or RTSP streams. (Note: To check if pushed streams exist on the EMS, use the liststreams API command of the EMS.)
Cheers,
Don