[wp-trac] [WordPress Trac] #24993: Wrong mime type used in <video> tag for .m4v files
WordPress Trac
noreply at wordpress.org
Thu Aug 8 19:45:06 UTC 2013
#24993: Wrong mime type used in <video> tag for .m4v files
--------------------------+-----------------------------
Reporter: jrue | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: trunk
Severity: major | Keywords: needs-patch
--------------------------+-----------------------------
In media.php on line 1080, there is no such thing as video/m4v mime type
that can be used in the video tag. This essentially breaks all .m4v files
from showing up, regardless of the mime type its delivered with. This
should be changed to either {{{video/x-m4v}}} (non standard, but Apple
recommended) or more appropriately the standards recommended mime
{{{video/mp4}}}.
Apple's .m4v files are essentially mp4 encodes wrapped with a different
file extension.
[http://tools.ietf.org/html/rfc4337]
This is the video I'm testing with.
[http://media.journalism.berkeley.edu/mission/video/20120116_conversion
/20120116_conversion-iPhone.m4v]
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24993>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list