xxfxxf / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 0 forks source link

can't display local video resource to the end #376

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
the same problem in r306

Original comment by pengz...@mail.ustc.edu.cn on 20 Oct 2011 at 3:15

GoogleCodeExporter commented 9 years ago
See issue #530.

Original comment by magreenb...@gmail.com on 28 Sep 2012 at 1:50