Top "Android-mediaplayer" questions

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

Is It Possible to Record Audio Through Android Emulator?

I am Working On a Medical Project and the app can able to record the conversation between doctor and patient …

android android-mediaplayer android-mediarecorder android-audiorecord
How to get data from MediaStore.File and MediaStore.File.FileColumn

I am trying to get all the file name having audio files in it I have used Mediastore to get …

android android-mediaplayer android-file mediastore
floating video player (like youtube player ) in android

In my app i need to implement floating video player ( like youtube player). i gone through the below urls but …

android video android-mediaplayer popupwindow android-video-player
Android RTSP streaming failing

I 've Set up wowza streaming server in my ubuntu box for RTSP streaming video files. The video gets stream …

android video-streaming android-mediaplayer rtsp wowza
MediaPlayer Does not stop when a phone call is received

MediaPlayer does not pause when a phone call is received. If anyone can help would be great! Code: public class …

android android-mediaplayer phone-call
Doze mode and foreground service

Checking my app's behavior on M Preview device, it seems that its foreground (with active notification) service playing music is …

android android-mediaplayer android-6.0-marshmallow
Android Media Player RTSP

I'm trying to watch RTSP streaming on Android device. But if the server set password for the streaming my Android …

android android-mediaplayer rtsp live-streaming ip-camera
How do I include http headers with MediaPlayer setDataSource?

I am passing a URI to the setDataSource method of the MediaPlayer object. I am targeting api version less than 14, …

java android media-player android-mediaplayer
Android MediaPlayer with AudioEffect : Getting Error (-22,0)

Well, simply this is my requirement.. I have a WAV file, I want to open it, add some effects, and …

java android audio android-mediaplayer audioeffect
How to resume MediaPlayer in Android after pressing the home button and reopen the app

I tried a lot of methods, I made a lot of changes on my code, I read Android MediaPlayer document, …

android android-mediaplayer surfaceview onresume