pull request to display go2rtc when it is active in the webserver (#606)

* improve index.html for wz_mini webserver

* shared top for dynamically generated base index

* base documentation for go2rtc in webserver

It seems like there should be more but I didn't immediately see any...
This commit is contained in:
virmaior
2023-09-14 14:30:43 +09:00
committed by GitHub
parent 3e7a24f68e
commit a8b70cf19d
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1 @@
GO2RTC_SERVER provide an alternative way to do RTSP and streaming to web!

View File

@@ -0,0 +1,25 @@
<html>
<head>
<title>WZ Mini Web Tools</title>
<style type="text/css">
.server_LINK {
display:block;
}
#display_BAR {
position: fixed;
bottom: 0;
background-color: blue;
border-top: 1px solid lightblue;
color: #fff;
display: flex;
width: 100%;
height: var(--display_bar_height);
}
#display_BAR A , #display_BAR A:visited {
color:white;
}
</style>
</head>
<body>
<h1>Wyze Mini Web Sever Menu</h1>