diff --git a/Dump.sh b/Dump.sh index 1e64832..3a569cc 100755 --- a/Dump.sh +++ b/Dump.sh @@ -49,24 +49,3 @@ while true; do done quit 1 - -wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/0/stream.mjpeg -O dump_cam0_$1.mjpeg & -wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/1/stream.mjpeg -O dump_cam1_$1.mjpeg & -wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/2/stream.mjpeg -O dump_cam2_$1.mjpeg & -wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/3/stream.mjpeg -O dump_cam3_$1.mjpeg & -wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/4/stream.mjpeg -O dump_cam4_$1.mjpeg & -wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/5/stream.mjpeg -O dump_cam5_$1.mjpeg & -wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/6/stream.mjpeg -O dump_cam6_$1.mjpeg & -#wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/7/stream.mjpeg -O dump_cam7_$1.mjpeg & -#wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/8/stream.mjpeg -O dump_cam8_$1.mjpeg & -#wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/9/stream.mjpeg -O dump_cam9_$1.mjpeg & -sleep 60 -echo "##### -####################" -su -killall -s wget -exit -echo "Today is $(date)" -echo "done download" - -