Top "Android-mediaplayer" questions

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

Update MediaPlayer Start Position When Paused

I am streaming live audio and wish to have the functionality to pause the mediaplayer and then start from the …

android android-mediaplayer
Android http live Streaming URL using mediaplayer

I am trying to play an url but its not playing and the code i used is below..the logcat …

android http-live-streaming android-mediaplayer
VideoView vs MediaPlayer?

Please tell me why this would work on with MediaPLayer and not in videoView? And how to make it work …

android android-mediaplayer android-video-player
How to loop a sound without gaps in Android?

I want to loop a sound without gaps in android. I tried to use the code mediaplayer.setLooping(true) to …

android android-mediaplayer
Decoder init failed: OMX.qcom.video.decoder.avc,

When I open video More then 2 time it will give error when i open video less then 2 time it will …

android android-mediaplayer exoplayer2.x
What is MediaPlayer.OnInfoListener "code 703"?

I am running a stream via MediaPlayer. When buffering starts, the code 701 is thrown. When buffering ends, the code 702 is …

android android-mediaplayer live-streaming