camera-streamer/html/index.html
Kamil Trzcinski 45724981ad Fix HTML
2022-04-08 14:24:51 +02:00

48 lines
1.0 KiB
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.<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>
<br>
<li>
<a href="video"><b>/video</b></a><br>
Get a live video (H264) stream.<br>
<br>
<ul>
<li><a href="video.mp4"><b>/video.mp4</b></a><br> get a live video stream in MP4 format (if FFMPEG enabled).</li>
<br>
<li><a href="video.mkv"><b>/video.mp4</b></a><br> get a live video stream in MKV format (if FFMPEG enabled).</li>
</ul>
</li>
</ul>
<br>
<hr>
</body>
</html>