Recent content by renatojaraor

  1. renatojaraor

    Mini-review: Dahua VCS-SH30 PoE speaker

    Hi guys, I'd like to tell you how I fixed the error. I used this code: url = "http://192.168.1.108/prod-api/key/info" session = requests.Session() response = session.get(url) clave_b64 = response.json()['rsaPublicKey'] public_key_der = base64.b64decode(clave_b64) public_key =...
  2. renatojaraor

    Mini-review: Dahua VCS-SH30 PoE speaker

    Hello, I'm trying to use the Python code, but I'm getting an error when entering my username and password. I'm getting an error saying I'm missing a token. Apparently, the system uses special encryption or something. Is there a way around this? Thanks.