removing testing files

This commit is contained in:
Blake Blackshear
2021-06-11 21:15:21 -05:00
parent 58cfb8bba4
commit 138fa45820
3 changed files with 0 additions and 24 deletions

View File

@@ -1,22 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>JSMpeg Stream Client</title>
<style type="text/css">
html, body {
background-color: #111;
text-align: center;
}
</style>
</head>
<body>
<canvas id="video-canvas"></canvas>
<script type="text/javascript" src="jsmpeg.min.js"></script>
<script type="text/javascript">
var canvas = document.getElementById('video-canvas');
var url = 'ws://'+document.location.hostname+':5000/live/birdseye';
var player = new JSMpeg.Player(url, {canvas: canvas, protocols: []});
</script>
</body>
</html>

File diff suppressed because one or more lines are too long