Open nadigo opened 3 years ago
@nadigo Thanks for that link. Interesting. It's been awhile but you might try one of these: $ ls -l /.so -rwxr-xr-x. 1 crb user 28704 Apr 19 17:36 current/libimp.so -rwxr-xr-x. 1 crb user 29876 Jun 16 18:29 dev/libimp.so
These are at http://www.sonic.net/~crb/{current,dev}/libimp.so
I was able to install successfully on a downgraded 4.36.0.228 Wyze Cam V3 by altering the url and spoofing the DNS entry as described in this post https://github.com/HclX/WyzeHacks/issues/132#issuecomment-890560497
I'm able to view the stream in VLC as mentioned on the readme. Have not tried the rest of the WyzeHacks like NFS yet.
My unit initially shipped with 4.36.0.280.
How do you downgrade? I have V3 with 4.36.2.5
How do you downgrade? I have V3 with 4.36.2.5
You'll need a MicroSD card and the instructions here https://support.wyze.com/hc/en-us/articles/360031490871-How-to-flash-your-Wyze-Cam-firmware-manually
From that page, there's a link to all past firmwares, so I grabbed 4.36.0.228 (demo_wcv3_4.36.0.228.bin.zip)
In case the instructions disappear, here's a copy of it:
demo_wcv3.bin
.I was able to install Wyzehack using the DNS spoofing then I was able to login via Telnet using root/WYom2020 credentials Than I was apparantly able to install the Stream Hack via Telnet Command
cd /configs wget crb.users.sonic.net/current/install.sh chmod +x install.sh ./install.sh
All Works!!! but remember on Windows to open "RUN" program and enter "vlc http://192.168.1.174:12345 --demux h264" to check your stream!!! Stream does not work directly in VLC!!!
I need the http stream for Frigate , it works flawlessly
How do you install the Stream Hack? I have telnet access bu couldn't get stream to work for me
On Sat, Sep 4, 2021 at 3:49 PM Vendo232 @.***> wrote:
I was able to install Wyzehack using the DNS spoofing then I was able to login via Telnet using root/WYom2020 credentials Than I was apparantly able to install the Stream Hack via Telnet Command but it is not working for me in VLC
[image: image] https://user-images.githubusercontent.com/44098230/132106350-9c8b2bf5-e0df-4b01-b5ba-2b6b09b1622f.png
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/FiveLeavesLeft/WyzeCameraLiveStream/issues/24#issuecomment-913030553, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOQZBI2F6CYCYWKYPMXPTLUAJZ3JANCNFSM5A53MFTQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
How do you install the Stream Hack? I have telnet access bu couldn't get stream to work for me … On Sat, Sep 4, 2021 at 3:49 PM Vendo232 @.***> wrote: I was able to install Wyzehack using the DNS spoofing then I was able to login via Telnet using root/WYom2020 credentials Than I was apparantly able to install the Stream Hack via Telnet Command but it is not working for me in VLC [image: image] https://user-images.githubusercontent.com/44098230/132106350-9c8b2bf5-e0df-4b01-b5ba-2b6b09b1622f.png — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#24 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOQZBI2F6CYCYWKYPMXPTLUAJZ3JANCNFSM5A53MFTQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
once you telnet in cd /configs wget crb.users.sonic.net/current/install.sh chmod +x install.sh ./install.sh
remember on Windows to open "RUN" program and enter "vlc http://192.168.1.174:12345 --demux h264" to check your stream!!! The stream does not work in VLC directly!!!
Is this compatible with wyezhacked 4.36.2.5 or does it require wyzehacked 4.36.0.228 ?
WYZE blocked wyze_hack scripts (read about it here) and made getting the wyze_hack fw much difficult (you need DNS spoofing). I was able to get the wyze_hack fw on my V3 camera and I can telnet to the camera. Can I manually install using the new install script? on my camera running system_read_only=$(grep -w /system /proc/mounts | grep -w -c to)
gets system_read_only= 1 so I need only to wrap /configs/wyze_hack.sh and get the new libimp.so
Is that correct?