starkillerOG
starkillerOG
@QuantumEntangledAndy I have started working on my first attempt at the initial legacy login message. your docs state: ``` Send legacy login message User and pass MD5'ed Capped at 32...
Oh and after I make the MD5-hash, should I then do some encryption of that body? I do see the decrypt methods documented, but I do not see the encrypt...
Thank you so much for all this extra info. I started testing with only the header for the initial legacy login. When I use for the encryption '00dc', '01dc', '02dc',...
@QuantumEntangledAndy thank you so much for the detailed help! As a little update: In the meantime I have been able to send the header, get back the response, decode it...
@QuantumEntangledAndy again, thank you so incredebly much for your assistance! I now have the baichuan protocol fully working (including the AES encryption) in python. You can see my implementation here:...
@QuantumEntangledAndy as you can see in the PR, I added you in the Acknowledgments section of the reolink-aio Readme. Thanks again for the help. I will close this issue now,...
@QuantumEntangledAndy one more question: Do you know if it is possible to get the `80: ` command for a IPC camera connected to a NVR instead of just the VersionInfo...
No I did not find this info in the mobile app or desktop client, so I am guessing it is just not there. I did receive a command ID 145...
As already sad, This section of code for the netgear integration was already not covered by tests. Therefore I am ignoring the codecov failure.
Normally I run RTSP streams which use go2rtc. On this particular camera I am running a FLV stream which is why I actually see the stream integration kick in. (don't...