[android-developers] MediaPlayer and ShoutCast stream / how to retrieve Metadata ?

2010-12-07 Thread sebsto
As a follow up to my earlier post http://groups.google.com/group/android-developers/msg/f05b124c576b0c1c I am observing that nothing changed with 2.2.1 and 2.3 - still no OnInfo called. Any news / help about this ? Thanks Seb -- You received this message because you are subscribed to the

[android-developers] Re: Emulator kills sounds on Mac OS X

2010-06-15 Thread sebsto
application hogging the sound card for itself, and sound from other applications doesn't work at all. Maybe there's a similar problem on OS X? Does the same thing happen with the internal sound chip (I'm assuming even iMacs/MacPros have one?)? On Jun 13, 11:39 am, sebsto sebastien.storm

[android-developers] Emulator kills sounds on Mac OS X

2010-06-13 Thread sebsto
Hello, I am using Android SDK on Mac OS X with an external sound card (Edirol) When I do start the Android Emulator, it stops all sound output on the Mac. iTunes does not play anymore, no application (including the emulator) produce sounds through the external sound card. Only solution is to

[android-developers] MediaPlayer and ShouCAST / How to retrieve Meta Data

2010-06-07 Thread sebsto
Dear All, Like many others, I am trying to read a Shoutcast stream on Android 2.2 (Froyo). I found out that MediaPlayer handles the stream out of the box, without specific coding. However, I wonder how to retrieve the meta data (ie song title) from the stream. The OnInfoListener.onInfo is never