Open nschimme opened 10 months ago
that old dafang package is a nightmare to compile and deal with. i would look into https://github.com/roleoroleo/onvif_simple_server
Was going to try to bring the MQTT code that someone put into a fork a while back ago as an option.
I've looked at ONVIF and the documentation as far as I can tell suffers from the "sandbox problem" (or rather its like - emacs -- would you like a text editor with your emacs operating system?)
I would suggest we limit the features to the bare minimum. Motion and PTZ are nice to haves but could be extensions.
Howdy folks - i realize this is an old thread, but if you're still looking to get your wz_mini_hacks Wyzecam working with ONVIF i did figure out a solution.
There's a software here: https://www.happytimesoft.com/products/onvif-server/index.html that implements a VERY basic ONVIF server. You can change the configuration of the ONVIF server so that it responds with the RTSP stream that points to your WyzeCam. I'm currently using this method so i can get the WyzeCam to work with my Reolink NVR and it's been working alright.
I've since moved on to Thingino which has an ONVIF server implementation
Check out this project for a self contained OSS onvif server: https://github.com/p10tyr/rtsp-to-onvif
Can we implement ONVIF support?
There is some work already done as part of the Dafang-Hacks project: https://github.com/Dafang-Hacks/Main/tree/master/onvif
Relevant discussion: https://github.com/gtxaspec/wz_mini_hacks/discussions/660