roleoroleo / sonoff-hack

Custom firmware for Sonoff GK-200MP2B camera
GNU General Public License v3.0
200 stars 45 forks source link

ONVIF not working #71

Closed piechade closed 2 years ago

piechade commented 2 years ago

Is the version 27620201103 working with this hack? I can't get it working with Synology Surveillance Station or Onvif Device Manager.

Update: working with Onvif Device Manager. Can somebody help me with the Synology config?

roleoroleo commented 2 years ago

Check this long thread: https://github.com/roleoroleo/sonoff-hack/issues/16

IMHO the onvif implementation by Synology is not standard. I successfully connected a DS214e with this cam but other users found problems.

piechade commented 2 years ago

What can I provide you to find the issue together?

roleoroleo commented 2 years ago

You should capture the traffic between the cam and the nas. tcpdump for example. If you are able to capture it inside the nas it's probably better. Otherwise you can download tcpdump and run it in your cam (check this repo https://github.com/roleoroleo/yi-hack-utils). Run it with this command line: tcpdump -i wlan0 -w /tmp/sd/capture.pcap

piechade commented 2 years ago

It's working, but I have no idea why and what was wrong before.