<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"><base href="x-msg://3/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">One issue is your content type. When I test:<div>  curl -I <a href="http://www.itu.dk/~dinesen/project2012/test/multimedia/mp4_trailer.mp4">http://www.itu.dk/~dinesen/project2012/test/multimedia/mp4_trailer.mp4</a></div><div><br></div><div>I'm getting Content-Type: text/plain.</div><div><br></div><div>It should be "video/mp4" - <a href="http://www.html5rocks.com/en/tutorials/video/basics/">http://www.html5rocks.com/en/tutorials/video/basics/</a></div><div><br></div><div>-Matt</div><div><br><div>
<div>---<br>Matt Vanderpol<br><a href="mailto:matt@vanderpol.net">matt@vanderpol.net</a><br><a href="http://vanderpol.net/">http://vanderpol.net</a></div>

</div>
<br><div><div>On Nov 11, 2012, at 4:06 AM, Jonas Grus Dinesen <<a href="mailto:dinesen@itu.dk">dinesen@itu.dk</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div fpstyle="1" ocsi="0" style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="direction: ltr; font-family: Tahoma; font-size: 10pt; "><div style="margin-top: 0px; margin-bottom: 0px; ">I have a strange problem with the HTML5 video element. I have tested it in several browsers including IE9 and it all works fine when I run the webpage with the video locally.</div><div style="margin-top: 0px; margin-bottom: 0px; ">But when I upload it to a webserver and run it from there I see the problem that the video won't work in IE9 on two out of three webservers.</div><p style="margin-top: 0px; margin-bottom: 0px; "> </p><div style="margin-top: 0px; margin-bottom: 0px; ">One of them does not display the video at all and when I try to refer to the video object via getElementById("video") i get a JavaScript error saying "Object not supporting this method or property"</div><div style="margin-top: 0px; margin-bottom: 0px; "><a href="http://www.itu.dk/~dinesen/project2012/test/html5/video.html">http://www.itu.dk/~dinesen/project2012/test/html5/video.html</a></div><p style="margin-top: 0px; margin-bottom: 0px; "> </p><div style="margin-top: 0px; margin-bottom: 0px; ">The other server displays just a black box with a red crosss and gives me a MEDIA_ERR_SRC_NOT_SUPPORTED error.</div><div style="margin-top: 0px; margin-bottom: 0px; "><a href="http://gerk.dk/video/html5/video.html">http://gerk.dk/video/html5/video.html</a></div><p style="margin-top: 0px; margin-bottom: 0px; "> </p><div style="margin-top: 0px; margin-bottom: 0px; ">Does anybody have an idea of what the problem could be? Does the server need anything to allow the browser to play video?</div><p style="margin-top: 0px; margin-bottom: 0px; "> </p><div style="margin-top: 0px; margin-bottom: 0px; ">Thx</div><div style="margin-top: 0px; margin-bottom: 0px; ">Grus</div><p style="margin-top: 0px; margin-bottom: 0px; "> </p></div>_______________________________________________<br>Help mailing list<br><a href="mailto:Help@lists.whatwg.org">Help@lists.whatwg.org</a><br><a href="http://lists.whatwg.org/listinfo.cgi/help-whatwg.org">http://lists.whatwg.org/listinfo.cgi/help-whatwg.org</a></div></blockquote></div><br></div></body></html>