Files
conjurer/conjurer_musician/stream.html
T
2024-04-24 20:31:35 +02:00

10 lines
233 B
HTML

<html>
<head>
<title>HTTP Live Streaming Example</title>
</head>
<body>
<video src="/tmp/hls/stream.m3u8" height="300" width="400">
</video>
</body>
</html>