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:
- what cleanest way access files on server?
- will server need software, or linking strait file work?
- 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
Post a Comment