Hey Simon, I've taken a look at the Media API as well. I submitted a patch addressing seekTo behaviour, but it only fixed streaming media. I have another patch to fix both streaming and local media seekTo. Generally speaking, one thing I found frustrating was a lack of explicitly defined behaviour for the various states of a Media object. Developing a state transition diagram, then insuring the behaviour conforms to it would be a good way to start.
I've grabbed back a few issues which I was actively working on half complete solutions for, and I'll submit a patch today/tomorrow, in particular CB-1129. - Lorin On 2012-08-08, at 8:45 AM, Simon MacDonald <[email protected]> wrote: > Hey all, > > I'm doing a deep dive into the Media API on Android. We have a number of > outstanding issues open on the Media API and a lot of folks are complaining > about the changes in 1.9/2.0 intermittently breaking things. I've actually > been able to verify the intermittent failures so I know they are not > PEBKAC<http://www.urbandictionary.com/define.php?term=pebkac>errors. > If anyone is currently working in this area let me know as I don't > want to stomp on anyone changes if I can avoid it. > > Simon Mac Donald > http://hi.im/simonmacdonald
