-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
folder name in cleanup.cgi #21
Comments
@waldo486 sounds like you'd have to adjust cleanup.cgi for your card structure (which I have never seen). You're welcome to post a zip of you SD card contents so I can review it (you can replace the video files with zero-size files or just provide a listing with If upload.html is working then you should be able to get index.html to work -- both just require busybox and cgi-bin/*.cgi to work. One thing to notice is that to browse the file listings you have to use this URL format: http://user:password@ip:8080/ with the user and password from httpd.conf and the important part is to NOT put in |
Hi, thanks for the quick response !
index.html is still not working, I tried looking into the browser dev tools, it seams that the html is loaded but nothing in , may be the script part is not working with this device ? or one of the cgi files |
@waldo486 from your listing you have the main.cgi from BazzDoorBell repo and not the one from the Merkury720 repo -- they're slightly different to deal with the different busybox version (you seem to have the correct busybox file). You want to use this main.cgi file: https://raw.githubusercontent.com/guino/Merkury720/main/mmc/cgi-bin/main.cgi For cleanup.cgi I would expect this one to work (it has your device's location configured):
|
Ok I modified main.cgi with vi and rebooted and it works perfectly now ! Thanks very much :) |
Hello, first thank you for this awesome work ! I followed the guide and installed hack
I noticed on my sdcard there is no SDT folder but "sdrec" and date time pattern for the cleanup.cgi file is also wrong (ex: mine is "..mmc\sdrec\T-101691610\mp4rec\20220202-AM"
Also I don't know what the issue is but I can' access files through http / index.html but upload.html is ok
I have a Tuya mini7s camera with ppstrong-a3-tuya2_electro-4.0.7.20210624 fw
The text was updated successfully, but these errors were encountered: