was auch immer ich damals getan habe...

This commit is contained in:
Florian Schlegel 2021-03-08 21:45:54 +01:00
parent e767a07ac2
commit bce84496f7
1 changed files with 5 additions and 5 deletions

10
Dump.sh
View File

@ -2,16 +2,16 @@
while true; do (
NAME=$1
SERVER_IP=192.168.1.66
#SERVER_IP=192.168.1.20
#SERVER_IP=192.168.1.66
SERVER_IP=192.168.1.20
PORT=8080
USERNAME=admin
PASSWORD="123456"
CAMERAS="0 1 2 3 4 5 6 7 8 9"
# the real values _will_ differ depending on the machine running the script !!!
SECONDS_PER_FILE=3600
OVERLAP_PER_FILE=60
FFMPEG_TIMEOUT=10000000 # 10 seconds
SECONDS_PER_FILE=10
OVERLAP_PER_FILE=2
FFMPEG_TIMEOUT=1000000 # 1 seconds
PIDFILE_BASE=/tmp/wget_script.$RANDOM.pids
if [ -z "$NAME" ]; then