I keep getting an error when my JS calls this plugin when I am not using "app.initialize();":
W/PluginManager(21255): THREAD WARNING: exec() call to VideoPlayer.playVideo blocked the main thread for 67ms. Plugin should use CordovaInterface.getThreadPool().
If I keep "app.initialize();" in my javascript, the video does not even attempt to play.
I noticed that when my app starts up, I get the error "FBIOGET_FSCREENINFO failed", which has something to do with the buffer, I think?
Did I implement this wrong, or is it broken in the new version of Phonegap?