mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-08-09 20:14:04 +00:00
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:
1
SD_ROOT/wz_mini/www/cgi-bin/GO2RTC_SERVER_ENABLED.md
Normal file
1
SD_ROOT/wz_mini/www/cgi-bin/GO2RTC_SERVER_ENABLED.md
Normal file
@@ -0,0 +1 @@
|
||||
GO2RTC_SERVER provide an alternative way to do RTSP and streaming to web!
|
25
SD_ROOT/wz_mini/www/index.top.html
Normal file
25
SD_ROOT/wz_mini/www/index.top.html
Normal 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>
|
Reference in New Issue
Block a user