Since your tpl file currently does a static inclusion of all source types (mp4, ogg, webm), it would be best to only include those file types attached to the node. For example, I only attach mp4 and ogv.

In the patch code I provided in another issue, I've added support for .mov reference files for iOS support.

When (if) you change your code so it does not include duplicates, I'm assuming you'll hit this issue. The module should follow the video for everybody suggestions of mp4 first for iPad/iPhone4 support.

Currently, you're ok with your tpl file because it has a fixed order, however, it's including sources multiples times and integrating file paths into codecs which don't match.

Comments

batourine_m’s picture

I think I created issue and a path for your "duplicates"
http://drupal.org/node/985338

heshanlk’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.