i'm devloping an simple iPhone App with Sencha Touch 2 an phonegap in a XCode Project.
Inside an Ext.Video Component i want to load an external video from my webserver (for example: http://www.test.com/test.mp4). But the video won't play. Also HTML5 video tag as html inside a Ext.Panel doesn't work.
Local videos inside the www folder of the project play fine. Remote files have always a struck out playbutton. The webserver is on the whitelist (*test.com).
Can i play videos from a remote server? Or is there a quick workaround to get remote videos to play? Won't use iframe or something.