Initial commit

This commit is contained in:
Joel Collins 2018-11-06 11:35:07 +00:00
commit 2f4f57a59b
16 changed files with 1509 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<html>
<head>
<title>Video Streaming Demonstration</title>
</head>
<body>
<h1>Video Streaming Demonstration</h1>
<img src="{{ url_for('stream') }}">
</body>
</html>