What is the recommended (cross-browser) video format to use on websites so that users’ browsers (or most of them) wouldn’t require to download a plugin to view it?
What is the recommended (cross-browser) video format to use on websites so that users’
Share
There is no single video that will play in every browser. If you want it to work across the most browsers, you’re going to have to encode your video more than once. Dive into HTML5 video has the gory details.
You nest your video references so that browsers try these in order, falling back if it’s not supported:
Number 1 gets you Firefox 3.5 and Chrome. Number 2 gets you Safari and the mobile phone WebKit browsers. Number 3 gets you IE, Firefox ≤3, and Opera.