I'm using D6 with the Video module and FlowPlayer 3 to set up a site for a small group of users to share videos produced with Flip video cameras. We'd like them to be able to access the site in the main desktop browsers as well as iOS. These people are very much non-expert users, so I'm trying to keep it as simple as possible for them, and want them to upload just one file.

So far this is working everywhere except Firefox. I don't want to convert the uploaded videos to ogg/theora as it seems to be problematical (slow transcoding and large file sizes). I was therefore wondering if it's possible to force Firefox to play the Flash version of the video rather than looking for the HTML5 version?

Thanks

Comments

ayesh’s picture

There is a submodule which enables adding conditions to check the user agent, refer and some other stuff.
drupal.org/project/ctools_header_plugins

Anonymous’s picture

Thanks for the advice. That module is new to me, so I'll take a look. Not sure how I would use it with the Video module though.