mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-01-02 00:07:11 +01:00
removing testing files
This commit is contained in:
parent
58cfb8bba4
commit
138fa45820
@ -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>
|
|
1
web/public/jsmpeg.min.js
vendored
1
web/public/jsmpeg.min.js
vendored
File diff suppressed because one or more lines are too long
@ -3,7 +3,6 @@ module.exports = {
|
|||||||
public: { url: '/', static: true },
|
public: { url: '/', static: true },
|
||||||
src: { url: '/dist' },
|
src: { url: '/dist' },
|
||||||
},
|
},
|
||||||
exclude: ['**/jsmpeg.*'],
|
|
||||||
plugins: ['@snowpack/plugin-postcss', '@prefresh/snowpack', 'snowpack-plugin-hash'],
|
plugins: ['@snowpack/plugin-postcss', '@prefresh/snowpack', 'snowpack-plugin-hash'],
|
||||||
routes: [{ match: 'all', src: '(?!.*(.svg|.gif|.json|.jpg|.jpeg|.png|.js)).*', dest: '/index.html' }],
|
routes: [{ match: 'all', src: '(?!.*(.svg|.gif|.json|.jpg|.jpeg|.png|.js)).*', dest: '/index.html' }],
|
||||||
optimize: {
|
optimize: {
|
||||||
|
Loading…
Reference in New Issue
Block a user