[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

[android-developers] MediaPlayer PVMVErrTimeout error

2009-09-28 Thread Mark Skiba
I'm writing a streaming music player application and I frequently get a PFMVErrTimeout error generated by the PlayerDriver according to the ADB log. This appears to happen even with good reception. I can't seem to find any documentation on this error message. What does a PFMVErrTimeout error

[android-developers] Re: MediaPlayer PVMVErrTimeout error

2009-09-28 Thread Mark Skiba
On Mon, Sep 28, 2009 at 1:19 PM, Mark Skiba markwsk...@gmail.com wrote: I'm writing a streaming music player application and I frequently get a PFMVErrTimeout error generated by the PlayerDriver according to the ADB log. This appears to happen even with good reception. I can't seem to find