Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
html for javaScript websocket conection and webcam player
SUBMITTED BY:
Guest
DATE:
Nov. 24, 2014, 2:14 p.m.
FORMAT:
Text only
SIZE:
807 Bytes
Raw
Download
Tweet
HITS:
902
Go to comments
Report
<!DOCTPYE html>
<head>
<title>WebCam Display</title>
<style>
#container
{
margin: 10px;
width: 500px;
height: 375px;
border: 0px #333 solid;
}
#videoElement
{
width: 500px;
height: 375px;
background-color: #666;
}
</style>
</head>
<body>
<div id="container">
<video id="videoElement" controls></video>
</div>
<form id="sendForm">
<input id="sendText" placeholder="text to send" type="text"><br>
<input id="submit" type="button" value="send" onclick="send()"></button>
</form>
<pre id="incoming"></pre>
<script src="webcam.js"></script>
<script src="connection.js"></script>
<?php
?>
</body>
</html>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus