brozzler/tests/htdocs/site6/index.html
2017-11-07 17:23:51 -08:00

17 lines
469 B
HTML

<html>
<head>
<title>video test</title>
</head>
<body>
<!--
videos are from
http://techslides.com/sample-webm-ogg-and-mp4-video-files-for-html5
-->
<video autoplay="" muted="" id="bgvid" loop="">
<source src="small.webm" type="video/webm">
<source src="small.mp4" type="video/mp4">
<source src="1880000" type="video/vnd.mpeg.dash.mpd">
</video>
</body>
</html>