[android-developers] Re: MediaPlayer PVMVErrTimeout error

2009-10-01 Thread Mark Skiba
In an attempt to get more info on the leading "ERROR/PlayerDriver (26027): HandleInformationalEvent: type=28 UNHANDLED" log event, I added a MediaPlayer onInfo() handler. Unfortunately, the MediaPlayer onInfo() event doesn't fire when this error occurs. Does anyone know what this PlayerDriver Er

[android-developers] Re: MediaPlayer PVMVErrTimeout error

2009-09-28 Thread Mark Skiba
After looking at related MediaPlayer discussions, I can discount a couple of possibilities:- my MediaPlayer is attached to the application object and is not affected Activity lifetimes (handles rotations ok) - the MediaPlayer creation and play are done in a separate thread than the activity thread