I try to make a live stream on Android. I tried lots of ways, but none of them worked. How can I do it?
05-19 11:52:51.622: ERROR/MediaPlayer(1291): prepareAsync called in state 8 05-19 11:52:51.622: WARN/System.err(1291): java.lang.IllegalStateException
I am making an app for playing songs with a seek bar. If I play from the raw f开发者_开发问答older it works but if I play a song from the sdcard it shows a null pointer exception.
I\'m playing around with the MediaPlayer. I want the music to play when the user leaves the activity. However when I leave and return to the activity it looks like I\'m not binding to the same instanc
OK, I\'m having an issue that I don\'t understand in my Android app. In the code below, I\'m getting an error on the MediaPlayer mpWeight = MediaPlayer.create(this, R.raw.mppig);
I am developing a media player application in Android. Its a bit of a lengthy explanation, but please go through it & suggest a solution
The media player is not working when I try the fol开发者_StackOverflow社区lowing: player=MediaPlayer.create(this, R.raw.mh);
I am just wondering if you can make your own Media Player for videos. I want to make some video player j开发者_如何学Goust like the one they use on Vevo app. I notice it buffers faster than the normal
I\'ve been having a problem playing an mp3 file stored in a raw resource: when the file first starts playing, it generates perhaps a quarter of a second of sound and then restarts. (I know that this i
I have an app that consists of multiple activities and one service.The primary activity is a UI for streaming audio.When the user pushes the play button, the service is started, streaming the audio an