I am using sencha touch 2 and use Ext.Video for playing videos. My videos are on a HTTPS server. The videos are playing fine for most of the devices (iphone4+, ipad1+, Galaxy S2, HTC) but for some old devices like Samsung GT-S6102 (Android 2.3.6) the videos are not playing.
The issue which i have figured out is HTTPS. In case of HTTPS the request is not initiated at all from Samsung. I put one of video on a HTTP server and its working fine then.
Anyone knows, how can i play videos from HTTPS server? thanks
Sounds like the browser on that device isn't liking the switch between http and https. Will probably need to get the videos outside of https. This isn't a Sencha Touch question.