Looking into HTML5 video tag, and researching which browsers support which video file types, and my initial thought is things just got harder than just using flash.
I am wondering if there is some skeleton code (combined with development approach for videos) that someone has figured out to do the following:
- If flash is available, use it
- If not, try html5 video ogg format
- If that doesn't work, try html5 video h.264 format
- If that doesn't work, try html5 video webM format
Based on what I am seeing, am I correct in thinking that now, in order to accommodate all users on all browsers, a video needs to be published in 4 formats? If so, this HTML5 video thing is an epic fail!
Anyway, any ideas, processes, links to libraries, etc are appreciated.
Thanks -