You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
468 B

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>WebRTC Example</title>
<!-- Simple Client JS -->
<link type="text/css" href="style.css" rel="stylesheet"></link>
<script src="adapter.js" type="text/javascript"></script>
<script src="script.js" type="text/javascript"></script>
</head>
<body>
test
<video autoplay="true" id="camera-stream">
</video>
<script type="text/javascript">init();</script>
</body>
</html>