What steps will reproduce the problem?
1. use test.html
2. play video
it seems correct when i display the video by http://...
but when i used file:///test.html, the video stoped after a few seconds.
test at xp sp3 r275.
here is the test.html:
<!DOCTYPE HTML>
<html>
<head>
<title>test html5</title>
<script type="text/javascript">
</script>
</head>
<body>
<video width="320" height="240" controls="controls">
<source src="clip.webm" type='video/webm; codecs="vp8, vorbis"' />
</video>
</body>
</html>
Original issue reported on code.google.com by pengz...@mail.ustc.edu.cn on 14 Oct 2011 at 5:02
Original issue reported on code.google.com by
pengz...@mail.ustc.edu.cn
on 14 Oct 2011 at 5:02