Hello all:

I have an update on my issue. I have now tested my app on two Droid2
non-global devices and neither device can play streaming audio that is
being handled by the MediaPlayer object in my app code. As stated
before I know for sure that one of the devices also cannot play
streaming audio from multiple different apps as well. This leads me to
believe that there may be a problem with this particular model device
as far as MediaPlayer is concerned...but I'd rather not make
assumptions like that unless others can confirm/deny.

Thanks again for any light anybody can shed on this problem...I'd love
to be able to roll out my app soon.

On Feb 25, 11:42 am, DanielleM <[email protected]> wrote:
> Hello all:
>
> I've searched around and have not been able to find an answer to this
> problem: My application plays mp3 files and mp4 files in a variety of
> ways. The first way is that I have an mp3 stream that I'm streaming
> through a MediaPlayer object...the second way is that I'm navigating
> to either mp3 or mobile mp4 files on a website and using the device's
> native media player and/or downloaded 3rd party media players to play
> some podcasts.
>
> My issues come from the fact that I've tested my app on two different
> devices...(a Droid2 non-global Android 2.2 system version 2.3.20.a955,
> and an HTC EVO with Android 2.2). The issues I'm having is that the
> streaming mp3 audio plays totally fine on the HTC device, but will not
> play at all on the Droid2, and then the opposite issue is happening
> with the podcast audio...it will play fine on the Droid2 using both
> Winamp and doubletwist...but the HTC device will not open and play
> these files even in the native music player. The HTC user says that a
> browser begins to open and then closes and no audio ever plays...he
> didn't say anything about an error message either.
>
> The Droid2 user gets no error message for the streams...they simply
> don't play...he also says he's not been able to get streaming audio
> from other apps as well so he figures it's his device. However with
> the podcasts, it will open a browser and then ask him which
> application he wants to use to play the media...then it opens just
> fine and plays.
>
> Has anyone else experienced this or knows of something I might be able
> to do in my app to fix this? Is this strictly a device issue? Both the
> streams and the podcast audio and video play perfectly fine in the
> Emulator (not that that is any indicator that everything is going to
> work on a device) and I'm getting no error messages or anything in the
> logcat.
>
> I'm working on getting a third device to test on to see what, if any
> issues occur. The rest of the app seems to work totally fine on both
> devices.
>
> Thanks for any help you can provide,
> DanielleM

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to