NeiroN

Results 6 comments of NeiroN

Dump raw packet. Your things mean it double encoded JSON at auth. You need print at line 88 https://github.com/NeiroNx/python-dvr/blob/master/dvrip.py#L88

You need insert at line 88 ```python print(reply) ``` to view and analyse raw content of package.

Use Alarm Center function on port 15002 - camera connects to them every time alarm detected and do not need to keep session live.

It sends unusual answer... try change line 166 to ```python self.alive_time = data["AliveInterval"] if "AliveInterval" in data else 10 ```

I am try to capture Dahua - it format like XM - 20 bytes head, but all conversation comes in binary and no documentation for it. Im thinks it is...