Audio Streaming In Android With The MediPlayer Class
I'm testing the audio streaming in Android with the MediPlayer class. I want to develop an application to play web radios. The streaming over http works. The code below work fine o
Solution 1:
I had a similar problem. When I declared onPreparedListener my track was already loaded. So onPreparedListener didn't work..
Post a Comment for "Audio Streaming In Android With The MediPlayer Class"