Streaming hls

This commit is contained in:
2024-04-24 20:31:35 +02:00
parent 439c5c753c
commit 5e810d23ab
2 changed files with 13 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
<html>
<head>
<title>HTTP Live Streaming Example</title>
</head>
<body>
<video src="/tmp/hls/stream.m3u8" height="300" width="400">
</video>
</body>
</html>