Top "Media-player" questions

Software or hardware device designed to play audio/video files.

Android: Play mp3 file from raw resource on click of a TextView

Hi guys I want to play a certain mp3 file when a text is clicked. For example, I clicked the …

android mp3 listener media-player
How do I play an mp3 in the res/raw folder of my android app?

I have a small (200kb) mp3 in the res/raw folder of my android app. I am trying to run …

android media-player
How do I use Android ProgressBar in determinate mode?

I am writing a media player and i would like to have a progress bar showing the progress of the …

android progress-bar media-player
android mediaRecorder.setAudioSource failed

I have android G1 firmware 1.6, I am trying to record voice from the app with the follow code. MediaRecorder recorder = …

android media-player voice gfx
Android MediaPlayer throwing "Prepare failed.: status=0x1" on 2.1, works on 2.2

I've been really banging my head against the table trying to get the MediaPlayer class to try to play h.264…

android media-player
Android: Mediaplayer: How to use SurfaceView or mediaplayer to play video in correct size

I am playing local video file using MediaPlayer and SurfaceView. SurfaceView is the only control in activity, while my video …

android media-player
How to Play Streaming Audio/Video from a url?

I am new in Android. I am using android os 2.2. I am trying to play streaming audio and video from …

android streaming media-player
Android : How to set MediaPlayer volume programmatically?

How to set the mediaplayer volume programmatically. I use it for alarm notification. Any help is highly appreciated and thanks …

java android media-player
How to play m3u8 on Android?

As i understood, Android 3.0 and above are able for play radio streaming m3u8 - http://developer.android.com/guide/…

android media-player aac
No Sound coming from Android Emulator

I ran my application and I can't get the sound working on the Android Emulator. I checked and enabled the …

android android-emulator media-player