Commit Graph

8 Commits

Author SHA1 Message Date
Christian Pellegrin
bf41e79c62 Fix importing of choices function from random library. 2021-09-17 16:42:34 +01:00
Stephen Golub
04d5d4a7ae Fix error response handling for display 2021-08-24 10:53:06 -05:00
Stephen Golub
b80b29f013 Add ability to toggle watermark on or off 2021-08-24 10:52:51 -05:00
Alano Terblanche
ac5ee72261 update: bump version to 0.1.3 2021-04-02 08:02:42 +02:00
jdiamond
8cd3405378 Move streaming dependancies to their own "extra" 2021-03-30 23:04:18 +00: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
Bobrock
0a4898411b Complete second logic pass, remove underscore from package name 2020-12-18 15:58:01 -06:00