From fb8a1ab0ea170909d0abe4e6d9efe52e9e0ffa39 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 4 Apr 2014 05:03:07 +0200 Subject: [PATCH] =?UTF-8?q?Werte=20f=C3=BCr=20den=20Kotrollraum=20angepass?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dump.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dump.sh b/Dump.sh index 0f6c2cb..d0d3e2d 100755 --- a/Dump.sh +++ b/Dump.sh @@ -1,15 +1,15 @@ #!/bin/bash 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=10 +OVERLAP_PER_FILE=60 FFMPEG_TIMEOUT=10000000 # 10 seconds PIDFILE_BASE=/tmp/wget_script.$RANDOM.pids