I'm working on an app that requires frame accurate seeking on video in the browser, across desktop and mobile devices (including packaged apps with Cordova).
Desktop browsers work fine as do iOS devices (both as a packaged app and through Safari) but Android devices only seem to show key frames (aka intra frames or i-frames) in the video.
I've setup a test page on jsfiddle to help demo my problem.
The video has been encoded with ZenCoder. It has a frame rate of 23.976 and key frames every 250 frames. The video itself shows the current frame index so you can easily see that only the frames at 0, 250 and 500 frames are being displayed on Android devices, regardless of where you seek to.
At this stage I'd be happy with a solution that works in Android browsers or as a packaged app with Cordova (I've also tried using the Crosswalk WebView but to no avail).