I have built a music player that plays mp3s from local internal memory or an external microsd card. Loading it is simply a matter of loading the directory and filename into the standard mediaplayer and playing it.
How can I play files from my local network servers instead of the local memory? So far my attempts to "find" the files have not worked. I have notused the network libraries, but the examples I have seen so far have been related to setting up a "job" - but I don't see a way to refer to that when using the mediaplayer.
I have also read references to streaming from a www address, but I am not dealing with a website.
Any help to get me pointed in the right direction would be appreciated .
How can I play files from my local network servers instead of the local memory? So far my attempts to "find" the files have not worked. I have notused the network libraries, but the examples I have seen so far have been related to setting up a "job" - but I don't see a way to refer to that when using the mediaplayer.
I have also read references to streaming from a www address, but I am not dealing with a website.
Any help to get me pointed in the right direction would be appreciated .