[Webkit-unassigned] [Bug 10003] m4v file spin-locks safari (loading as text)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 16 09:15:27 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=10003





------- Comment #3 from ilgaz_ocal at yahoo.com  2007-04-16 09:15 PDT -------
I think the web server is creating this problem, it mislabels the file MIME as
text/plain while it should be video/mp4 MIME type. It wouldn't be surprising if
other browsers get the same problem too.

Referencing a comment (Lieven) from TUAW blog which lived the same problem:

"Just add a .htaccess file with the following line to the folder that contains
the .m4v:

AddType video/mp4 .m4v

Or put that line in your general httpd.conf (mac) or apache.conf (*nix)
alongside the other AddType lines"

Here is the IANA RFC (4337)  for official source:
http://www.rfc-editor.org/rfc/rfc4337.txt

As I am not an actual developer, I am not touching any of flags of bug.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list