etianen / html5media

Enables <video> and <audio> tags in all major browsers.
http://html5media.info/
GNU General Public License v3.0
1.28k stars 384 forks source link

list of supported browsers/codecs #57

Open YAmikep opened 9 years ago

YAmikep commented 9 years ago

Hi,

Is there a list of the supported browsers/codecs?

Thanks

etianen commented 9 years ago

Unfortunately, it’s quicksand, as new browsers keep coming out with slightly different capabilities, and it depends on what video formats you provide in your video tag. The logic is:

IF the browser supports MP4 native you get a native player. IF the browser supports WebM native, and you provide WebM, you get a native player. IF the browser supports Flash, you get a Flash player.

This generally equates to IE7+, along with all relatively recent Firefox, Chrome and Safari releases.

On 3 Jan 2015, at 16:41, Michael Palumbo notifications@github.com wrote:

Hi,

Is there a list of the supported browsers/codecs?

Thanks

— Reply to this email directly or view it on GitHub.