feat: add flask api

This commit is contained in:
2023-01-12 19:24:16 +07:00
parent 1325fa6394
commit 6786c49d33
2 changed files with 407 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
# e.g., 'email@gmail.com'
MAIL = ''
# Enter the ip camera url (e.g., url = 'http://191.138.0.100:8040/video')
url = ''
url = 'rtsp://admin:Asainfra333@172.17.0.60:554'
# ON/OFF for mail feature. Enter True to turn on the email alert feature.
ALERT = False