mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update motion-arm
This commit is contained in:
parent
545c8150bc
commit
a4a5ab945d
@ -5,7 +5,7 @@
|
||||
FROM arm32v7/debian:buster
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV MOTION_VERSION=4.3.1
|
||||
ENV MOTION_VERSION=4.3.2
|
||||
ENV MOTION_FILE=pi_buster_motion_${MOTION_VERSION}-1_armhf.deb
|
||||
ENV MOTION_URL=https://github.com/Motion-Project/motion/releases/download/release-${MOTION_VERSION}/${MOTION_FILE}
|
||||
|
||||
|
@ -132,7 +132,7 @@ movie_quality 60
|
||||
movie_codec mp4
|
||||
|
||||
# File name(without extension) for movies relative to target directory
|
||||
movie_filename %t-%v-%Y%m%d%H%M%S
|
||||
movie_filename %Y-%m-%d-%H-%M-%S
|
||||
|
||||
############################################################
|
||||
# Webcontrol configuration parameters
|
||||
@ -142,7 +142,7 @@ movie_filename %t-%v-%Y%m%d%H%M%S
|
||||
webcontrol_port 8080
|
||||
|
||||
# Restrict webcontrol connections to the localhost.
|
||||
webcontrol_localhost on
|
||||
webcontrol_localhost off
|
||||
|
||||
# Type of configuration options to allow via the webcontrol.
|
||||
webcontrol_parms 0
|
||||
@ -155,7 +155,7 @@ webcontrol_parms 0
|
||||
stream_port 8081
|
||||
|
||||
# Restrict stream connections to the localhost.
|
||||
stream_localhost on
|
||||
stream_localhost off
|
||||
|
||||
##############################################################
|
||||
# Camera config files - One for each camera.
|
||||
|
Loading…
Reference in New Issue
Block a user