I’m sorry but I can’t help you with an exact solution but maybe I can point you in the right direction. jQuery is really good for manipulating and enrich regular HTML/XHTML code.
Thread Starter
b-lame
(@b-lame)
The reason I’m asking is: My h264 videos play well with the HTML player on Iphone 4 but on Iphone 3 with iOS 4.2.1 I can only see the poster image, but not controls to start the video do ever appear. Anyone got an idea why this could be happening?
@b-lame,
This is likely a result due to the h264 profile level you are using. To support most of the iDevices we recommend using 3.0 Base Profile when encoding your video.
Thanks.
Thread Starter
b-lame
(@b-lame)
Alright, that solved my issue, thanks.
One last thing though: I still need to be able to provide multiple sources for the different versions of the same video. Like one being “source = movie.mp4” and another being “source = movie.ogg”. Is there a way to achieve this?
@b-lame,
There currently isn’t an easy way to do this in the plugin right now. However, we’ll be looking to add support in the next major release of the plugin.
Thanks.