Android :: Audio Stops After Some Time From Video/Music Player

Feb 16, 2009

As mentioned audio stops after some random number of times when played from either Music/Video player. After some debugging, I found that the problem is:

In "android_audio_output.cpp"->audout_thread_func() there is a call to wait(iAudioThreadSem->Wait()) just before the while(1) and it is waiting indefinitely for something.

Can anybody tell me what is it waiting for and why is it not able to come out? From what I can understand, it is waiting for a signal (semaphore) but where is it expecting a signal from?

Android :: Audio stops after some time from video/Music player


Android :: Audio Native Player - Device Automatically Stops Playing Current Media

Aug 21, 2010

Invoked device native player to play audio file, it opens android native player on top of the application but when selecting to back out or return to the application, device automatically stops playing the current media.

Sample code:

Intent intent = new Intent();
intent.setAction(android.content.Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(file),"audio/*");
startActivity(intent);

How can I implement so that Device should continue to play audio in the background when selecting to back out or return to the application

View 1 Replies View Related

General :: Adobe Flash Player Stops Buffering Mid Way Through Video

Apr 1, 2013

I can start streaming a video perefectly. However, if i pause it to go do something, or to let it pre-buffer, and i play it again, it will play for a little then stop. I look at the seekbar and it says its fully buffered. However, its not and it doesnt play anything and just sits their saying its buffering.

My guessing, well first attempt and finding the culprit, is that the service that is processing the video gets prematurely terminated and restarted thus returning that the buffer is complete.

View 3 Replies View Related

Android :: Why All Audio Formats Always Passed To Music Player?

Jul 27, 2010

I am writing a music player for esoteric music formats, and have defined mime types for them in my Manifest.
However, the standard music player is always started even though it can't handle the format. Looking at logcat I see;

: D/MediaScannerService( 688): IMediaScannerService.scanFile: / sdcard/download/Cybernoid.sid mimeType: audio/prs.sid : I/ActivityManager( 578): Stopping service: com.android.providers.media/.MediaScannerService : I/ActivityManager( 578): Starting activity: Intent { action=android.intent.action.VIEW data=file:///sdcard/download/ Cybernoid.sid type=audio/prs.sid flags=0x4000000 comp={com.android.music/com.android.music.MediaPlaybackActivity} }

.. so it seems the component is explicitly set to the music player ? Is there any way around this ?

View 3 Replies View Related

General :: Android Music App - Player Does Not Support This Type Of Audio File

Mar 8, 2010

Music101 question: Im new to Android and I have a CLIQ.

I just copyied music files from my Windows-based pc the they all copied with no problem. The issue is when I go to play the music I have to force close the app repeatedly then I get an error message saying "sorry player does not support this type of audio file".

Is there an app available to convert files or did I mess up the path in someway that the songs, all mp3's btw, just aren't being located properly?

View 15 Replies View Related

HTC EVO 4G :: STREAMING Music Player - Audio Formats

Jul 20, 2010

Any music player that can stream audio formats aac+,pls,m3u.asx,.ram?

View 6 Replies View Related

Motorola Droid :: Music Player Crackling Audio

Mar 3, 2010

When will this be fixed! I have a kernal with the supposed 2.0.1 fix however when I put volume to 100%(for jamming in my car) I still get the crackling audio bug! Is there something I can do or will I just have to wait for motorola to fix it?

View 2 Replies View Related

Samsung Captivate :: Stock Music Player 5.1 Audio

Sep 27, 2010

So the stock music player has the 5.1 setting, which to me makes a huge difference over other players. How many of you feel trapped into using it because it sounds better, like me? i wish I could get the same option on other players

View 16 Replies View Related

Media :: Audio Book Or Music Player With Variable Speed

Apr 27, 2010

I love my new HTC Desire and the only thing lacking is a music player that plays at variable speed. I listen to a lot of audio books and my old Sansa Clip player gives the option of playing audio at a faster speed (so you can go finish a book faster).The normal android player doesn't seem to have this option. Is there another player that does?

View 4 Replies View Related

Media :: Possible To Record Audio / Video WHILE Playing Music?

Aug 11, 2010

i'm big into freestyling. i have over 1500 instrumentals on my phone.i can't figure out how to play them and record myself (either audio or video) at the same time.i figure i'm either gonna have to download a new music player that won't close or a video/audio recorder that won't close the "Music" player that came with my evo.and before anyone goes tryin to be smart, i realize that even if i was able to accomplish such an action the quality would probably be really low due to speaker and mic being so close.my intent is more of a "on the fly lyric composition" rather than a " put myself on youtube to show everyone how awesome i am"

View 2 Replies View Related

HTC Incredible :: Better Music And Video Player?

Apr 29, 2010

I read a review for the Droid Incredible not too long ago in which the reviewer said that he preferred to use a different Media App instead of the stock sense one that comes with the Incredible. Anyone know what app this was?

View 15 Replies View Related

Samsung Fascinate :: Music Player Pauses Every Time Verizon Signal Is Lost / Detected

Sep 17, 2010

I'm wondering if this is a common verizon thing or a phone thing.Every time the verizon signal is lost or detected my music pauses for a split second. this becomes very annoying while commuting to and from work everyday underground where the signal is lost and gained about 17 times due to the depth of the subway. how can i fix this? this is not an email sync issue but a carrier signal detection issue.

View 1 Replies View Related

HTC Incredible :: Music Player Stay On In Background While Taking Video

Aug 23, 2010

I successfully followed the instructions to upgrade to Froyo and got the Root done. I also updated my radio to the new one. Before I upgraded from 2.1 I could play a song using the media player and then open up the camcorder and take a video and the music would keep playing in the background as kind of the background music for whatever I was recording. After the update to Froyo now when I have a song playing and I open up the camcorder, the music stops.

Now I figure that this is the way that most of you guys want it. But I was having one hell of a time playing some Rolling Stones and having my girlfriend lipsync to the entire thing. We were making some great and funny videos. So my question is, is there any way to get the music player to stay on. Is anyone aware of any settings there are for this. I am probably going to roll back to 2.1 anyway and wait for the official OTA, but I figure this won't work the way that I want it to when it comes out officially either.

View 2 Replies View Related

Motorola :: Android Player To Recognize Audio Tags On Lossless Audio Files?

May 23, 2010

Does anyone know if there is a way for either meridian or the regular android player to recognize audio tags on lossless audio files?

View 1 Replies View Related

Android :: Mediaplayer - Stop Button And That Stops Audio From Playing

Nov 18, 2009

I have a activity which is called from another activity as an intent... This activity loads and starts playing a audio file. All is good - that much works. The activity also has a "stop" button and that stops the audio from playing - that is also fine.

But how do I stop the file from playing if the user uses the back button to leave the activity without clicking on the "Stop" button?

View 3 Replies View Related

Media :: MP3 - Music Player Instead Of Stock Droid Music Player

Oct 8, 2010

I have the Motorola Droid and am using the stock music player. I was looking for alittle help finding something better to use...am sure alot of you are using something much better.

View 10 Replies View Related

Samsung Moment :: Audio Stops Suddenly / Get It To Start Again?

Jun 2, 2010

I rooted and installed a custom kernal several days ago and am very happy with the battery life. However I have a weird problem ever since. My audio stops working all the sudden out of the blue. Ring, text alert, etc. just stops. the only way I can get it to start again is rebooting. Anyone else having this issue? Can i fix it?

View 1 Replies View Related

Android :: Play Remote Audio File In Android Audio Player

Nov 12, 2010

I am working on a application that would allow users to play remote files. My question is how do I open those remote files to be played in the default android player?but this does not give me control of what is happening!

View 2 Replies View Related

General :: Audio-streaming From Browsers Stops When Screen Shuts / Locks?

Oct 26, 2013

(Galaxy note 2, Sungsonic ROM)

When streaming from Grooveshark in a web-browser, the audio-streaming stops (after finishing current song) when the screen shuts/locks. I have tried several browsers with the same result.

Audio-streaming from audio-specific apps (i.e. TuneIn) works just fine.

Someone mentioned somewhere that it has to do with the browsers not being set to over-ride the screen-lock.

View 1 Replies View Related

Android :: Promising Music Player App - Astro Player Nova

Oct 12, 2010

Early this morning I d/l another music to try out. It's called Astro Player Nova.

The Nova is a beta app but looks to have promise. It contains several features that I look for and even includes the ever-elusive equalizer!

I use a combination of my Eris' stock player, Cubed (3) and Zimly to accomplish my desire to create playlists, queue songs and have an easy to use interface.

The stock player creates playlists the easiest of any app I've used that can do it, while I love the way that Cubed handles music selection and queuing of songs. Zimly has the easiest and slickest interface of any app I've tried. In fairness to Zimly, I recently found a way to create playlists and queue songs in the app. These features aren't as easy to find or identify in Zimly as within the stock music player or Cubed, but they exist.

Well, I am trying the Nova from Astro and it looks VERY promising! This app allows playlist creation, provides queuing of songs and...wait for it...Wait for it...IT HAS AN EQUALIZER!

This product is still in beta so I'm taking it through the paces, including the equalizer. I have an aux input in my car, I use wireless FM xmitter in my wife's car and I wear headphones when exercising, so I should be able to reasonably assess how useful the equalizer is.

One nice feature of the beta app is that it has a option to send feedback to the developers right from the app. This is nice for those of us who don't have a problem with apps transmitting user data.

I will update this thread as I use Nova more. Also, I'm interested in other opinions from new users.

View 33 Replies View Related

Android :: Make Progress Bar To Measure Time (pause/playing/total Time) Of Different Video?

Aug 29, 2010

How can I make progress bar to measure time (pause/playing/total time) of different video which is streaming from website?

View 2 Replies View Related

Android :: SurfaceHolder Changed - Stops Video Playback

Sep 17, 2010

I am developing the application which displays Video on the SurfaceHolder. When i run my video it plays well. But if i switch my application using "Home key", & go to some other application. Now if i come back by long Home key press to my application, my video does not get displayed but audio continues.

This happens because, onPause() is called for Activity when Application is switched. Thus the "SurfaceHolder" is destroyed, & next time no video is displayed.

View 2 Replies View Related

HTC Desire :: Music Player - Default Android Player?

Apr 14, 2010

Am I right in thinking that the Music Player on the Desire is HTC's own?

Is there a default Android player?

I only ask as I think the current one that is default installed on the phone is poor, very poor. I use another app to play podcasts and even with the 'hide podcasts from default player' option ticked, they still show up in the music player.

View 3 Replies View Related

HTC EVO 4G :: Sound Stops Working After A Short Amount Of Time?

Jul 20, 2010

I downloaded an application named Todderlock so my children could just meddle around with my phone while they sat in my lap. However, the sound stops working after a non-specific amount of "dings" when either tapping the shapes around the screen, or when dragging your finger along the screen to make the same type of noise, but much more rapidly.

Thinking this was an application problem, I had my wife download Todderlock on her HTC Hero, and the sound works without issue.

So, I shrugged that off and went looking for other neat applications to download...I downloaded Bug Squash I, II and III and they all suffer from the same problem: after squishing X amount of bugs, the SFX stop (the music continues however), and I have to restart the application to enjoy the sound for as long as it lasts.

I was getting suspicious, so I loaded up Robo Defense FREE and the same thing happens when the turrets are firing...after X amount of shots fired, all sound ceases to work.

I have not been able to find a similar problem with the HTC Evo on Google or here on the Android forums, considering my wife's Hero works without issue on all the sound issues I am having.

As far as I know, phone notifications and ringers continue to work after the application has "disabled" the sound. I have not reset the phone to factory settings or anything, but I have restarted the phone itself numerous times, and the problem still persists.

View 1 Replies View Related

General :: Which Video Player For Android Supports MKV Video File

Apr 17, 2014

Which video player for Android supports "MKV" video file?

View 2 Replies View Related

Android :: Video Player That Allows For Bookmarking Of Video Clips?

Nov 20, 2010

I am doing a video based course, and what is infuriating about playing video on my Android is that you have to watch each segment (up to 40 minutes) in one go, as the next time you play the clip it will restart and fast forward does not work (it forwards for less than a second and then jerks back). What would be really handy would be if I could put a bookmark every time I have to stop the video file (such as when I have to get off my train), and return to the same place the next time I open it. Is there any app that can do this? I will pay for one that works.

View 3 Replies View Related

HTC Hero :: Music Player Locks Up / Fix It - Set Another 3rd Party Player As Default?

Oct 26, 2010

The audio/music player on my HTC Hero locks up immediately when it starts. As a result I cannot preview any sounds or play any music unless I stream with pandora or something. I have installed another music player app, which is fine for music, but the default player remains the one that locks up, so if I click an audio file to preview it, that app comes up and locks. Is there a fix for this? Can I somehow set another 3rd party player as default?

View 2 Replies View Related

General :: Output Music From Supplied Music App To Audio System Using HDMI

Aug 24, 2012

My MID mini-tablet (Android OS 4.0.3) has a mini-HDMI port. I have the mini-HDMI to female HDMI adapter and HDMI cable. Can I output music from the supplied music app to an audio system using HDMI? (Using the headphone jack is not practical due to the low volume output by the device.)

View 4 Replies View Related

Samsung Galaxy S :: Alarm Won't Work (Time Stops Updating When Phone Sleeps)

Jul 21, 2010

I'm not sure if this is an android problem, or a samsung i9000 problem, but either way it's an annoying problem that I'd love to find a solution for ?_? I simply cant get the alarm to work for me (overnight. it's fine in the very short term). It appears to be because the clock stops moving/updating when the phone goes to sleep, because when I turn the screen back on I can see that the time is off by multiple hours, depending upon when it stopped updating, and stays that way for a couple of seconds before changing to the correct time.

Things to note here..
I do NOT use a task killer
The alarm volume is up

I have tried the alarm both with and without the Automatic, network provided time setting. The clock still stops moving. I've not updated anything from the standard (UK) firmware

View 48 Replies View Related

General :: Android YouTube Apps Stops Playing Music If Screen Is Off Or Going To Background

Mar 17, 2013

When playing music with the stock Music Player application on my phone and turning the phone screen off or multitasking, the music is still able to play in the background. Is it possible to do the same with the stock YouTube app? I want to let the audio of the YouTube video I am watching to keep playing when I either exit out of the app or when I press the power button on my phone to turn off the screen to save battery. Although I can just set my phone screen to not go off when idle for a certain amount of time, but then again, that is battery consuming.

Phone information:

-Samsung Galaxy S Relay 4G from T-Mobile
-Ice Cream Sandwich 4.0.4
-Rooted
-No Custom Rom Installed

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved