android-mediaplayer
RTSP live stream on Android
I try to make a live stream on Android. I tried lots of ways, but none of them worked. How can I do it?[详细]
2023-03-08 06:43 分类:问答IllegalStateException for MediaPlayer.prepareAsync
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[详细]
2023-03-07 05:50 分类:问答MediaPlayer issue between raw folder and sdcard on android
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.[详细]
2023-03-06 10:37 分类:问答Binding to the same service instance in android
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[详细]
2023-02-27 16:52 分类:问答Can't use MediaPlayer.create in new View.OnFocusChangeListener() in Android app
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);[详细]
2023-02-27 01:03 分类:问答Media Player Requirements in Android
I am developing a media player application in Android. Its a bit of a lengthy explanation, but please go through it & suggest a solution[详细]
2023-02-24 22:09 分类:问答In Android, media player not working
The media player is not working when I try the fol开发者_StackOverflow社区lowing: player=MediaPlayer.create(this, R.raw.mh);[详细]
2023-02-21 21:37 分类:问答Is it possible to create your own MediaPlayer?
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[详细]
2023-02-20 19:39 分类:问答MediaPlayer stutters at start of mp3 playback
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[详细]
2023-02-17 17:32 分类:问答My streaming audio player continues to play during a phone call - cannot make it stop! (Android)
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[详细]
2023-02-07 21:37 分类:问答