Top "Android-mediaplayer" questions

MediaPlayer class can be used to control playback of audio/video files and streams in Android devices

Why does it take so long for Android's MediaPlayer to prepare some live streams for playback?

I am finding big differences in the time it takes the Android MediaPlayer to prepare for live stream playback with …

android audio streaming android-mediaplayer audio-streaming
Mediaplayer error (-19,0) after repeated plays

I have a game in which a sound plays when a level is completed. Everything works fine to start with …

android android-mediaplayer
Complete list of MediaPlayer error codes

I'm implementing a MediaPlayer. Everything goes smoothly BUT each time I encounter a new error it can be very hard …

android android-mediaplayer
Android Media Player Library

Just finished my code to use the default Media Player from Android, pretty pleased with the media player untill I …

android android-mediaplayer
Get Album Art With Album Name Android

I want to display album art with album name in listview. But i am not getting the way to display …

android android-mediaplayer mediastore android-contentresolver albumart
How to play default TICK sound?

I want to connect Android OS default tick sound (for example, the sound you hear when you long click Home …

android 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 …

android android-mediaplayer rtsp live-streaming
Play Video in RecyclerView - Play/Pause video when scrolled off screen

I've implemented a Recycler view of video players implemented using a texture view and media player. If I scroll down …

android android-mediaplayer android-recyclerview textureview android-textureview
Android MediaPlayer works fine in Custom audio Streaming application up to Android 2.1 but not in higher versions

EDIT: Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one I need to play …

android audio audio-streaming android-mediaplayer shoutcast
Playing default android sound of button, clicking onTouch() method

In my android app I have some buttons, that should work with onTouch() method, course I need to change button's …

android android-mediaplayer audio ontouchlistener