<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Video Example</title>
</head>
<body>
<div id="content" align="center">
<video width="640" height="480" controls>
<source type="video/avi" src="/devices/webcam/video/0/stream/video/avi">
<source type="video/webm" src="/devices/webcam/video/0/stream/video/webm">
<source type="video/mp4" src="/devices/webcam/video/0/stream/video/mp4">
<source type="video/h264" src="/devices/webcam/video/0/stream/video/h264">
Your browser does not support HTML5 video
</video>
</div>
</body>
</html>