[Bug 12563] Make standard to play these codecs in <video>

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12563

Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Simetrical+w3cbug@gmail.com

--- Comment #1 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-04-27 22:48:26 UTC ---
The HTML standard does not currently require support for any particular video
or audio codecs, because it's clear that currently there's no format all
browsers will support.  This matches how it specifies <img> or <object> -- no
particular formats are mentioned.  When browsers finally all agree on a
standard format, like maybe WebM, the spec might require that, but not before
then.  This was discussed at extreme length a couple of years ago.

(Incidentally: FLV is a container format, Xvid is an encoder, and MPEG3 and
MPEG4 are groups of standards.  None are codecs.  H.264, FLAC, and Speex are
the only codecs on your list.  FLAC is lossless, so would be a very poor choice
for web-based audio players.  H.264 is supported by IE9 and Safari, but not
other browsers, because it's patented-encumbered.  Speex is not supported for
HTML5 audio by any browser that I know of.)

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 27 April 2011 22:48:28 UTC