mirror of
https://github.com/horgh/videostreamer.git
synced 2025-09-26 20:41:31 +08:00
19 lines
283 B
HTML
19 lines
283 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>videostreamer</title>
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
|
|
<style>
|
|
video {
|
|
max-width: 100%;
|
|
}
|
|
</style>
|
|
|
|
<h1>videostreamer</h1>
|
|
|
|
<video
|
|
src="http://127.0.0.1:8080/stream"
|
|
autoplay
|
|
controls
|
|
></video>
|