Commit Graph

424 Commits

Author SHA1 Message Date
archandanime
f2babb4593
Add check for overlay rootfs before linking /sdcard/record to /opt/record 2023-10-03 09:58:41 +07:00
archandanime
7fe2053d6b
Allow webserver to access (sdcard)/record/ at /opt/record/ with overlay rootfs 2023-10-03 09:53:07 +07:00
archandanime
9b98cf08c0
Fix accidental paste 2023-10-03 09:46:44 +07:00
archandanime
b03f6dbb4b
Let S11configbackup backup as if SD Card is mounted at /opt 2023-10-03 09:29:28 +07:00
archandanime
01e9937a63
Disallow upgrade if running overlay rootfs is detected 2023-10-03 09:16:00 +07:00
archandanime
0e9b847c5d
Add compressed empty ext2-formatted file overlay_empty.img.gz 2023-10-03 09:14:26 +07:00
archandanime
012aaeab8e
Add ENABLE_OVERLAY_FOR_ROOTFS option 2023-10-03 09:12:08 +07:00
virmaior
348ddac0ca improve status.cgi and multicam tool (#627)
* add irled and night mode testing to status.cgi

* move multicam / update code to show night/day mode

* Create index.js

* Create index.css

* Update S10httpd to reflect move of multicam

* Update index.js

fix broken timer issue (would incorrectly calculate necessary update frequency).
2023-09-30 11:46:33 -07:00
gtxaspec
4719cb5634 fix duplicate S10httpd 2023-09-26 01:38:25 -07:00
gtxaspec
6cda362ee8 convert all wz_mini sounds to raw pcm 2023-09-25 17:05:44 -07:00
gtxaspec
f23672b639 update checksum 2023-09-24 19:38:05 -07:00
virmaior
a91b20a959
make clearer why base page is not populating / add check recording (#624)
* add ability to check if last minute recorded to SD

* improve composition of web root

* add multicam to list of options in s10httpd

* make cgi-bin and sh functional / improve logic
2023-09-24 19:36:42 -07:00
gtxaspec
c4c10e65cd S17motor: add startup motor position. Thanks @Grntrenchman 2023-09-20 16:19:10 -07:00
gtxaspec
1a1cd03a64 rc.common: add sleep to wait_for_icamera function, fixes S18fps 2023-09-19 16:44:39 -07:00
gtxaspec
930cbe2e9d init: add S00config, validate and repair invalid line endings in wz_mini.conf 2023-09-19 15:58:48 -07:00
gtxaspec
5d3ac1aebe go2rtc: update to latest master, upx 2023-09-17 19:46:11 -07:00
87435
f65b076aa2
Fixed message when wyze_config_backup exists (#592) 2023-09-17 19:44:37 -07:00
virmaior
d9c2c160b1
Update S10httpd (#614)
fix path error in pages
2023-09-17 19:43:45 -07:00
gtxaspec
27ed74c42f update checksum 2023-09-13 22:33:33 -07:00
virmaior
a8b70cf19d
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...
2023-09-13 22:30:43 -07:00
gtxaspec
76be5e7995 go2rtc: add further clarification to endpoint descriptions. README.md: move changelog to wiki. 2023-07-19 21:01:47 -07:00
Tom Bresson
efbf869c6a
Add Wyze Cam V2 Note to go2rtc.yml (#566)
Co-authored-by: gtxaspec <gtxent@gmail.com>
2023-07-19 20:57:08 -07:00
Alfonso Gamboa
7e8195de80 update README and checksum 2023-07-19 20:42:29 -07:00
Alfonso Gamboa
9c88234f87 S03ethernet/wz_mini.conf: add USB_ETH_MAC_ADDR variable to config and init script 2023-07-19 17:07:37 -07:00
Alfonso Gamboa
2fabba2e38 go2rtc: update to master version, update alsa config to support dsnooper, add ca-bundle certificate to support tls 2023-07-19 15:12:00 -07:00
Alfonso Gamboa
5df2944af9 S11configbackup: change visibility to ON of the cloud config backup folder on sd card 2023-07-19 15:11:26 -07:00
Alfonso Gamboa
cde9a372fd ser2net: update init scripts and wz_mini.conf, socat is deprecated 2023-07-19 15:11:11 -07:00
Alfonso Gamboa
ac34e561cc usb_direct: fix netmon script when bonding is enabled 2023-07-19 15:10:58 -07:00
Alfonso Gamboa
86b4f38429 S19video: wait for icamera before launching monitor 2023-07-19 15:10:41 -07:00
Alfonso Gamboa
9b2c2d735b ser2net: initial support 2023-07-19 15:10:13 -07:00
Alfonso Gamboa
c3256902b7 FFMPEG: buildroot-2023.02.2 musl version 2023-07-13 20:13:31 -07:00
Alfonso Gamboa
9d880653eb README: reformat + wiki changes 2023-07-13 20:08:03 -07:00
Alfonso Gamboa
bc0e9eee07 ffmpeg: update to musl build, cpu optimizations 2023-07-13 20:06:01 -07:00
Alfonso Gamboa
65d407f6d7 go2rtc.yml: update opus audio parameters 2023-07-13 20:05:36 -07:00
Alfonso Gamboa
0f202a18fc update checksum 2023-07-12 13:16:53 -07:00
Alfonso Gamboa
4883506fcf go2rtc: set opus as default codec 2023-07-12 13:16:29 -07:00
virmaior
c94a678467
fix unicast urls for v2s / disable editing of camera config (#558)
* Update config.js

correct RSTP links for V2

* Update config.cgi

fix urls for v2 RTSP in config.cgi

* Update cam.cgi

prevent editing of cam config (not hack config) in www
2023-07-12 13:13:30 -07:00
Alfonso Gamboa
2407d8fe87 go2rtc: update ffmpeg version, include libopus, enable audio in go2rtc config 2023-07-11 23:01:14 -07:00
Alfonso Gamboa
2a60137bb6 Update checksum 2023-07-11 19:22:52 -07:00
Garulf
df3a8945bd
Adhere header to http/1.1 specification (#542)
This function is imported and ran inside jpeg.cgi and causes errors with scrypted
2023-07-11 19:20:57 -07:00
Alfonso Gamboa
d7bea141d4 imp_monitor.sh: fix utility paths 2023-07-11 19:14:32 -07:00
Alfonso Gamboa
d898fdc80d Update readme, config file with new variables 2023-07-11 19:02:18 -07:00
Alfonso Gamboa
a4869fcfd2 imp_monitor.sh: switch paths to /opt 2023-07-11 18:36:56 -07:00
Alfonso Gamboa
ff7a49e273 S18fps: source rc.common 2023-07-11 18:35:28 -07:00
Alfonso Gamboa
e4d8cd462c S19video: source rc.common 2023-07-11 18:34:32 -07:00
Alfonso Gamboa
211d049a80 imp_monitor.sh: fix bash path 2023-07-11 18:23:33 -07:00
Alfonso Gamboa
70127bf4cf S19video: fix path for imp_monitor.sh 2023-07-11 18:14:53 -07:00
Alfonso Gamboa
8f18af08e6 S18fps: fix wrong impdbg parameters for frame rate 2023-07-11 18:14:30 -07:00
Alfonso Gamboa
f0c7c4e092 go2rtc: add initial support 2023-07-11 18:13:43 -07:00
Alfonso Gamboa
34712eb4ee S18fps: add function to set using impdbg if fps>20 2023-07-11 17:34:36 -07:00