dawsonloudon / VideoPlayer

Video Player Plugin for Cordova 3.3+ Android
MIT License
54 stars 49 forks source link

Frame accurate seeking? #20

Open GFoley83 opened 9 years ago

GFoley83 commented 9 years ago

Hi there, just wondering if this plugin solves the problem with Android devices whereby you can't seek accurately to a particular frame? E.g. Seeking video on My Sony Xperia Z1 on Chrome or the built in Android WebView only seeks in increments of 128 frames. On iOS UIWebView I can seek accurately to any frame. Is playback handle by the inbuilt video encoder or by some other 3rd party encoder like FFMPEG?

Any feedback is greatly appreciated.