This is a great step forward for doing video with Drupal. Thank you.
However, I'm hoping that we can support QT player as well. As iPhones don't do flash.
I realize I can still use filefield for QT, but it isn't as nice and easy as what you have done for videofield.
Are there plans to do this?
Thanks for the good work!
Comments
Comment #1
bredi commentedadding tags
Comment #2
tamerzg commentedThis is great idea! Actually I was thinking about adding support for all video formats (including .avi, ,mpeg ,...). Any help in code or recommendations would be appreciated.
Comment #3
bredi commentedsweeet.
The filefield solutions uses jquery media module to do the player controls. But it simply passes to the file type and lets the browser plugins do the work.
http://drupaltherapy.com/node/50
Ideally, having options would be ideal. For example, "choose your player". Flash is great because it's more cross platform. But quicktime gives better quality, and can be download. It would be great to set a default player. Say, flash/flowplayer like you have, then have an option to "view in quicktime" button that switches to the qt player. or vice versa.
but... getting to support qt player first would be best! I think you could use jquery media's approach and just integrate it as you have done so well with flowplayer?
Comment #4
hypertext200See the latest commits
Comment #5
bredi commentedwow!!!! downloading now!