Skip to content

Commit

Permalink
Added basic server page (no streaming yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
slivero committed Sep 5, 2011
1 parent 71122ad commit 32c23ff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions server.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<html>
<head>
<title>HTML5 Video Streaming - Server</title>
<link rel="stylesheet" type="text/css" href="style.css" />

</head>
<body>
<h1>HTML5 Video Streaming Demo</h1>

<p>Server requires a browser which supports getUserMedia, basically a nightly
opera mobile build or a customer ericsson webkit build.</p>

<video autoplay="" id="video" style="-o-object-fit:cover; text-align: center"></video>
<input type="button" value="test"></input>

<script src="js/camera.js"></script>
</body>

</html>

0 comments on commit 32c23ff

Please sign in to comment.