Clarify live streaming

This commit is contained in:
Vanilagy
2025-07-03 12:19:08 +02:00
parent 5a6e3eebda
commit 9daab77bb5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ features:
target: _self
icon:
src: /mingcute--magic-3-line.svg
- title: Live recording
- title: Live recording & streaming
details: Record a video from live sources and stream it to a video element.
link: /examples/live-recording
target: _self
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Live recording example | Mediabunny</title>
<title>Live recording & streaming example | Mediabunny</title>
<script type="module" src="../base.ts"></script>
<script type="module" src="./live-recording.ts"></script>
<link rel="stylesheet" href="../base.css">