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

learn more… | top users | synonyms

0
votes
1answer
17 views

Is it possible to play music during calls so that the partner can hear it ? Android

Is it possible to play music during calls so that the partner can hear it ? if yes how can i implement this ?
0
votes
1answer
11 views

Application load time is so slow when using many sounds in Soundpool… any substitutions?

Long story short, I am making a soundboard. Short clips, so by researching, Soundpool seemed like the best option. It has worked out phenomenally for me, except that the overall load time is getting ...
0
votes
1answer
13 views

Why does creating Media Player object crash my android code?

I'm creating a little program that plays the mario jump sound when someone jumps. I can use the Z acceleration to make the program display a message when it reaches a certain value like 10 m/s^2. I ...
0
votes
1answer
13 views

Syntactical Errors in my Android media player

These are my Syntactical Errors, and i don't know how to figure out, current_song cannot be resolved to a variable Multiple markers at this line, song_url cannot be resolved to a variable How do i ...
0
votes
1answer
29 views

Why do I get these 3 crazy errors in Android Media Player

This is crazy, I get 3 errors when i click the play button once (the song doesn't play), But when i click the same play button again it starts playing. (On 2 click the songs play, after giving these 3 ...
0
votes
0answers
18 views

Android app can't play media files but players on the phone can

I wrote an android app that plays some audio files. App works perfectly on most devices I tested the app but in some devices app can not play audio file but the default player on device can play file ...
0
votes
1answer
67 views

Why are my if statements not working in this for loop?

Question: I'm designing a small Android app that plays sounds (notes) when you press an imageButton that looks like a specific instrument, and you can play up to 10 notes across 6 imageButtons. It ...
0
votes
0answers
15 views

How can create a panorama mode image viewer in android?

Now I am create an app for viewing panorama mode images. How can I create an image viwer for displaying panorama mode images(just like str).Any one please help me....
1
vote
2answers
23 views

How to copy contents of test file which is on server into an array

I am almost done with my music player. I am able to read my file which contains song_name and its url which is on the Server but dont know how to store these info into array song_name[] and song_url[] ...
0
votes
0answers
21 views

MediaPlayer not pausing on Shoutcast Streaming

I am developing a Radio streaming App for Android which is connected to a Shoutcast server, everything works fine except the Pause button, it dosen't work. This is my code: ...
0
votes
1answer
19 views

Mediaplayer stop, release while prepareasync

is it bug or it's not possible to release, stop, kill media player while it's preparing? I have mediaplayer running in service, it stops fine if I stop,release,null mediaplayer in prepared state but ...
0
votes
0answers
20 views

Mediaplayer not getting stream from Shoutcast server

I want to create a Radio App for Android that is supposed to get the streaming and its metadata from a Shoutcast server. I am getting the Metadata just fine but I cannot get the streaming. What did ...
1
vote
2answers
46 views

Java Android: How to give media player a string value to a resource

I have a function where i run an audio public void PlaySound(String FileName){ MediaPlr = MediaPlayer.create(Context, R.raw.s1); MediaPlr.start(); } The problem is R.raw.s1, i want to ...
0
votes
0answers
19 views

I can't select an item from listview during the mediacontrol is shown

I have a list view that has links to media files online, it was work fine but without the mediacontroller, after applying a mediacontroller I'm not able to select another item from the list during the ...
0
votes
0answers
10 views

media player error : prepare failed status 0x1 with cordova

I try play video, and i have the strange "prepare 0x1" bug. after long search here,i don't find relevant tips for me. I play video from Ressouce! cordova.getActivity().addContentView(s, new ...
3
votes
0answers
125 views
+50

Android Socket Issue on Samsung Galaxy S4 (SGS4)

We have recently been receiving reports of audio not playing in our Android apps, on the Samsung Galaxy S4. The app is fine on other devices. The audio is streamed using the MediaPlayer. It is saved ...
0
votes
0answers
17 views

Playing AES-encrypted HLS streams using separate AES key

I have an AES-encrypted HLS stream that I am passing into Android's MediaPlayer. Normally, the AES key is passed in as part of the stream (using #EXT-X-KEY). However, my client wants to provide the ...
0
votes
2answers
45 views

MediaPlayer is not looping

I want to create activity background music, but MediaPlayer playing not repeatedly :( Why my MediaPlayer is not looping? There is my code: MediaPlayer mediaPlayer; @Override protected void ...
0
votes
1answer
36 views

Android playing external MP3: error — MediaPlayer start called in state 1

I'm having trouble playing an external MP3 file on Android. I'm using the following code: MediaPlayer player = new MediaPlayer(); try { BufferedInputStream bis = new BufferedInputStream(new ...
0
votes
1answer
17 views

Mediaplayer error once used multiple times

I've created a game which is nearly complete, but I've still got one problem: Once I press a button I want a sound to play, I did this with this code: MediaPlayer planeSound = ...
0
votes
1answer
34 views

TimerTask is already scheduled

I have a MediaPlayer object which plays a local audio file. I am using a TimerTask to update the position of a SeekBar and text on a TextView while the audio plays. There is one button. When the ...
0
votes
0answers
27 views

set mediaPlayer Volume dynamically while playing sound

I am having an application in which I am playing a sound with the help of MediaPlayer in a service,which is running properly. But what I want is to set the volume of the sound with the help of seekBar ...
0
votes
1answer
27 views

Android Media Player (NvMM Client v0.1)

I am hosting a jetty server on my AndroidPhone to which I connect the local media player via HTTP. This works great on most devices, but some older Motorola devices (and maybe others I am not yet ...
0
votes
0answers
24 views

Retrieve audio File name getName() for android apps playback

I'm trying to retrieve a specific recorder file in the SDcard storage for my apps to playback the audio. The name of the audio file will change so I have to retrieve it from the directory instead of ...
1
vote
3answers
41 views

Getting a ringtone to only loop once in mediaPlayer

So basically I use a Spinner widget and pass it the RingtoneManager Picker action, the user then selects their ringtone. Then I call onActivityResult() and get the uri for the ringtone. Finally I pass ...
0
votes
0answers
23 views

How can I stop the MediaPlayer's preparing without ANR?

I'm using MediaPlayer to play online track.But i got the problem: try { mMediaPlayer.reset(); mMediaPlayer.setDataSource(path); mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); ...
0
votes
0answers
41 views

Android - Equalizer usePreset not working (No change in sound effect)

I am working on streaming radio application. everything is working fine except the changing the equalizer effect does not affect sound. Changing the equalizer effect by calling usePreset(preset) does ...
0
votes
0answers
17 views

MediaPlayer is too long in Android 2.3.5

I am working on an Android Radio Streaming Application. The streaing is working fine on Android 4.0+, it take 4-5 seconds to start, but in Android 2.3.3 and 2.3.5 it takes 20-30 seconds to start which ...
1
vote
0answers
25 views

Use ByteBuffer in MediaExtractor

I am looking to create a MediaExtractor interface with a ByteBuffer instead of a file. Does know if this is currently possible by some roundabout means? I see here that there is a ...
0
votes
0answers
63 views

Android MediaPlayer Error 1,-2147483648 only for Emulator 2.2 and 2.3

I'm actually facing a problem about playing the videos from url (streaming). These videos are playing on newest versions of emulators. I tested on 3.2, 4.2, 4.2 they are playing but they don't play on ...
0
votes
1answer
31 views

Android Musicplayer play same sound more than one at atime

private MediaPlayer mpintro; mpintro = MediaPlayer.create(this, R.raw.bgmusic); mpintro.setLooping(true); mpintro.start(); These are my mediaplayer code that is plays in app background continuously, ...
0
votes
1answer
45 views

How to merge two audio .wav file

I know this question is discussed already but after googled a lot I cant able to find the solution why two .wav merged file is not playable?I am merging two .wav file into one file.But the merged file ...
0
votes
0answers
33 views

Android: How to set position of MediaPlayer

I want play video with aspect ratio in landscap mode. so, I written following. landscape = true;    // Get the dimensions of the video    int videoWidth = mediaPlayer.getVideoWidth();    int ...
0
votes
0answers
21 views

Android: How to play video on center of screen?

I want play mp4 file on center of screen. I use SurfaceView and MediaPlayer. Also, In portrait mode, video play full screen mode. And In landscape mode, video play with aspect ratio. How it implement? ...
1
vote
3answers
53 views

How to stop sound after Screen Lock

Hi I need to stop sound from mediaplayer on screen Lock As I am using if(mp!= null && mp.isPlaying()){ mp.stop(); } in onPause() . But there is no result. So, How can I stop my media ...
0
votes
2answers
26 views

How to stop the mediaplayer playing from other methods

I am using this setOnClickListener() inside an one of the method in my Android App.Here I have used A mediaPlayer, which is declared locally. Like this I also have two more methods which all uses ...
0
votes
0answers
31 views

Error while playing .wav audio file from sd card

I am playing .wav file from sd card but it gives me error like this-- Media Player error (1, -2147483648) java.io.IOException: Prepare failed.: status=0x1 at android.media.MediaPlayer.prepare(Native ...
0
votes
0answers
38 views

“stop called in state 1” from MediaPlayer when calling videoview.stopPlayback()

I am consistently getting a MediaPlayer error when I call stopPlayback() for a VideoView, even if I check videoview.isPlaying() before calling stopPlayback(). I get the error when playing a local ...
0
votes
1answer
43 views

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 and send it for Transcription. Assignment : Basically App is for Recording and Playing the ...
-1
votes
0answers
19 views

How to record audio from MediaPlayer in Android?

I am developing an android app that plays live streaming audio from the internet using MediaPlayer(). I need to record the streaming audio. How to do that? Thanks. Edit: The streaming files are all ...
1
vote
1answer
47 views

Best practices for audio streaming

I'm writing an application to play audio from remote server. I tried several ways to implement streaming audio, but they all are not good enough for me. That's what I've tried: Naive using of ...
0
votes
0answers
36 views

Android how to replay the video using video view controller

In my application I need to play videos from Youtube. I have used code from the link. it plays the video but when I replay the video via MediaController play Button I get the following exception ...
1
vote
0answers
70 views

MediaPlayer setDataSource failed with status=0x80000000 for Ringtone set by filepath on 2.3.4

Title says most of it. My application has been playing ringtones pointed by uri like content://media/internal/audio/media/387 or content://media/external/audio/media/1655 (for custom ringtones on ...
0
votes
1answer
33 views

Issue with looping an audio file

How can i get the value of repetitions completed from mp.setLooping(true). I can use OnCompletionListener to get number of repetitions, but it produces 1sec delay between looping, which is annoying in ...
1
vote
1answer
52 views

How to remove the gap between lopping an audio file Android

I'm trying to play an audio file for x number of times, and show the value of x to the user. My problem is i can use mp.setLooping(true) inorder to loop an audio without any gaps between looping, but ...
0
votes
0answers
26 views

How to get crypto scheme UUID

MediaCrypto class can be used in conjunction with MediaCodec to decode encrypted media data. Crypto schemes are assigned 16 byte UUIDs, the method isCryptoSchemeSupported(UUID) can be used to query ...
-1
votes
0answers
21 views

Can we find , Day's First played song in Android Device

i am working in a app , where i have to add Day's First Played Song , in our android device . what i have : i have 3 music player kmp , android default player , google's music player what i want : ...
1
vote
1answer
50 views

Music Player Force Close

Ive been following a tutorial to create a music player: http://www.androidhive.info/2012/03/android-building-audio-player-tutorial/ I followed this tutorial to every detail and have cross checked my ...
1
vote
1answer
20 views

Stop a Mediaplayer that was started from another application

How do applications like Soundcloud stop another app's MediaPlayer? For example, when I am playing a song through Google Music and I open SoundCloud, the song from Google Music stops playing as soon ...
0
votes
0answers
23 views

MediaPlayer issue: element neither has attached source nor attached Javadoc

Not technically 'Problem' (the code compiles) but crashes when I run it. ///////////////////////// android.media.MediaPlayer Note: This element neither has attached source nor attached Javadoc ...

1 2 3 4 5 18