4 Commits

Author SHA1 Message Date
37b929fcbe YACWC 2025-06-20 16:33:12 -04:00
ammar
936c43b6fa Add proxy arg to get for downloading files 2021-12-03 16:42:52 -08:00
Michael
ed16b76cda Fix HTTPS video download
Adding missing `verify=False` parameter to fix the error:
`(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: EE certificate key too weak (_ssl.c:1124)')))`

Also, I would suggest using HTTPS by default, otherwise you are leaking the username and password to everyone on the network.
2021-02-18 22:53:51 +11:00
Alano Terblanche
2b3e142fe5 Updated project structure and some file names.
Restored `requirements.txt`

Updated `setup.py` to include new repository url and contact details.

Moved the rtsp code from `record` to `stream`.

Updated project structure to make it more readable and developer friendly - moved mixins to the `mixins` package, moved handlers to the `handlers` package.

Moved files not belonging to anything in particular to the `util` package.

Updated `camera` class to also defer login call.

Deleted unused files like `config_handler`.
2020-12-19 19:55:12 +02:00