camera-streamer/html/index.html
2022-04-08 14:17:13 +02:00

36 lines
702 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>body { font-family: monospace; }</style>
</head>
<body>
<hr>
<ul>
<br>
<li>
<a href="snapshot"><b>/snapshot</b></a><br>
Get a current actual image from the server.
</li>
<br>
<li>
<a href="stream"><b>/stream</b></a><br>
Get a live stream. Query params:<br>
</li>
<br>
<li>
The mjpg-streamer compatibility layer:<br>
<br>
<ul>
<li><a href="?action=snapshot">/?action=snapshot</a> as alias to the <a href="snapshot">/snapshot</a>.</li>
<br>
<li><a href="?action=stream">/?action=stream</a> as alias to the <a href="stream">/stream</a>.</li>
</ul>
</li>
</ul>
<hr>
</body>
</html>