fix: use ffmpeg rtsp

This commit is contained in:
2023-01-18 16:47:12 +07:00
parent 695c5fe4a3
commit aedcb241dc
2 changed files with 22 additions and 4 deletions

View File

@@ -5,14 +5,14 @@
# e.g., 'email@gmail.com'
MAIL = ''
# Enter the ip camera url (e.g., url = 'http://191.138.0.100:8040/video')
url = 'rtsp://admin:Asainfra333@172.17.0.60:554'
url = 'rtsp://172.17.2.39/main'
# ON/OFF for mail feature. Enter True to turn on the email alert feature.
ALERT = False
# Set max. people inside limit. Optimise number below: 10, 50, 100, etc.
Threshold = 10
# Threading ON/OFF
Thread = False
Thread = True
# Simple log to log the counting data
Log = False
# Auto run/Schedule the software to run at your desired time