java - Cloud Streaming To Android -


i'm attempting develop first useful android app, need insight.

the basic function of app allow user access audio files on private server , stream them on demand (non-live).

sort of pandora, user doesn't have wait whole file download, , file doesn't take space on device.

the app used stream pre-recorded services church.

my questions are:

  1. what cleanest way access files on server?
  2. will server need software, or linking strait file work?
  3. can android natively? or there library this?

any other insight appreciated.

it can done in simple way pc using iis , simple asyncplayer or mediaplayer based app on android device.

see answer question here...developing streaming server android


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -