mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
a63368adb5
Intermediate commits (oldest → newest): - Streaming hls - Fx bug - Fxs - Small fixes - Revert fix - Small improvements - Fine tuning - Fine tune - Add microphone - Fixing memory of Conjurer - Local output - Fix - Fx - Fine tuning - Adding script logging current tracks in queue
10 lines
233 B
HTML
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>
|