]> www.vanbest.org Git - motioneye-debian/log
motioneye-debian
7 years agohandle error when local camera is used to fetch movie, add exception details to error log
Paul Annekov [Tue, 3 Apr 2018 17:48:50 +0000 (20:48 +0300)]
handle error when local camera is used to fetch movie, add exception details to error log

7 years agobump version to 0.39
Calin Crisan [Sat, 31 Mar 2018 20:21:38 +0000 (23:21 +0300)]
bump version to 0.39

7 years agoMerge pull request #846 from hobbyquaker/master
Calin Crisan [Thu, 29 Mar 2018 07:20:25 +0000 (10:20 +0300)]
Merge pull request #846 from hobbyquaker/master

add server_name config option

7 years agoadd server_name config option #657
hobbyquaker [Wed, 28 Mar 2018 18:20:08 +0000 (20:20 +0200)]
add server_name config option #657

7 years agoMerge pull request #815 from Mrnt/html5-video-playback
Calin Crisan [Sat, 17 Mar 2018 16:31:36 +0000 (18:31 +0200)]
Merge pull request #815 from Mrnt/html5-video-playback

In-browser video playback with range support

7 years agodo not try to push for pull request builds
Marcus Klein [Fri, 16 Mar 2018 23:01:23 +0000 (00:01 +0100)]
do not try to push for pull request builds

7 years agoMerge remote-tracking branch 'upstream/dev' into html5-video-playback
Mrnt [Wed, 14 Mar 2018 01:10:50 +0000 (18:10 -0700)]
Merge remote-tracking branch 'upstream/dev' into html5-video-playback

 - fix conflicts
 - use js video playback from upstream/dev but try to preload video to better support of remote cameras
 - some css tweaks

Missed these two

7 years agoMerge remote-tracking branch 'upstream/dev' into html5-video-playback
Mrnt [Wed, 14 Mar 2018 01:04:54 +0000 (18:04 -0700)]
Merge remote-tracking branch 'upstream/dev' into html5-video-playback

 - fix conflicts
 - use js video playback from upstream/dev but try to preload video to better support of remote cameras
 - some css tweaks

7 years agoAdd video playback support
Mrnt [Wed, 7 Mar 2018 19:45:58 +0000 (11:45 -0800)]
Add video playback support

 - The StaticFileHandler gives us automatic support for mime type and partial file download using the Range request header.
 - Subclass static handler to support video playback and also fo download
 - js changes to preload video and then show video node if video loads
 - progress indicator while video downloading
 - error indicator when video failed to load with error message
 - do not show video on older devices
 - hide video if there is a problem
 - reset width and height properly on every preview load

7 years agoMerge pull request #218 from dermotduffy/movie-playback
Calin Crisan [Fri, 2 Mar 2018 17:52:18 +0000 (19:52 +0200)]
Merge pull request #218 from dermotduffy/movie-playback

In-browser Movie Playback

7 years agoRemove whitespace-only file modifications.
Dermot Duffy [Tue, 27 Feb 2018 23:16:15 +0000 (23:16 +0000)]
Remove whitespace-only file modifications.

7 years agoMerge branch 'master' of https://github.com/ccrisan/motioneye into movie-playback
Dermot Duffy [Tue, 27 Feb 2018 22:34:58 +0000 (22:34 +0000)]
Merge branch 'master' of https://github.com/ccrisan/motioneye into movie-playback

7 years agoMerge pull request #792 from ccrisan/stages
Calin Crisan [Mon, 19 Feb 2018 18:38:27 +0000 (20:38 +0200)]
Merge pull request #792 from ccrisan/stages

Fixed not working docker login for pushing images to Docker Hub

7 years agofixed not working docker login for pushing new images to Docker Hub
Marcus Klein [Sun, 5 Nov 2017 20:27:53 +0000 (21:27 +0100)]
fixed not working docker login for pushing new images to Docker Hub

Pushing to Docker Hub in after_success stage will not fail the build if
the login fails. See https://github.com/travis-ci/travis-ci/issues/758.
Use Travis CI build stages.

7 years agobump version to 0.38.1
Calin Crisan [Tue, 6 Feb 2018 21:04:21 +0000 (23:04 +0200)]
bump version to 0.38.1

7 years agoMerge branch 'dev' of github.com:ccrisan/motioneye into dev
Calin Crisan [Tue, 6 Feb 2018 20:21:50 +0000 (22:21 +0200)]
Merge branch 'dev' of github.com:ccrisan/motioneye into dev

7 years agoset webcontrol_parms motion option to 2 (enables motion HTTP API)
Calin Crisan [Tue, 6 Feb 2018 20:21:41 +0000 (22:21 +0200)]
set webcontrol_parms motion option to 2 (enables motion HTTP API)

7 years agoMerge pull request #785 from Mrnt/movie-mime-type-support
Calin Crisan [Mon, 5 Feb 2018 12:19:34 +0000 (14:19 +0200)]
Merge pull request #785 from Mrnt/movie-mime-type-support

Fix mime type for video downloads

7 years agoFix change to file permissions
Mrnt [Sun, 4 Feb 2018 15:19:02 +0000 (07:19 -0800)]
Fix change to file permissions

7 years agoFix mime type for video downloads
Gavin [Sun, 4 Feb 2018 14:40:51 +0000 (06:40 -0800)]
Fix mime type for video downloads

Make videos have mime type specific to the respective format instead of video/mpeg
Addresses:
- https://github.com/ccrisan/motioneye/issues/740
- https://github.com/ccrisan/motioneye/issues/775

7 years agoMerge pull request #760 from Mrnt/pause-camera-refresh-when-reviewing
Calin Crisan [Thu, 11 Jan 2018 08:46:07 +0000 (10:46 +0200)]
Merge pull request #760 from Mrnt/pause-camera-refresh-when-reviewing

Pause camera feed(s) when viewing captured images/movie thumbnails

7 years agoWhen dialog is present we are most likely reviewing captured images/movies which...
Gavin [Wed, 10 Jan 2018 16:19:38 +0000 (08:19 -0800)]
When dialog is present we are most likely reviewing captured images/movies which can cause a load of thumbnails to be downloaded. If we are capturing and reviewing on a Raspberry Pi 2 or lower then continuing to refresh the camera can cause very slow loading of the thumbnails. Since the camera(s) are at least partially obscured when the dialog is up, then pausing them seems acceptable.

7 years agosmbctl: no username fix
Calin Crisan [Thu, 21 Dec 2017 08:08:27 +0000 (10:08 +0200)]
smbctl: no username fix

7 years agoset v4l2 parameters only for v4l2 cameras
Calin Crisan [Sun, 17 Dec 2017 10:08:34 +0000 (12:08 +0200)]
set v4l2 parameters only for v4l2 cameras

7 years agoMerge pull request #714 from ccrisan/newMotion
Calin Crisan [Thu, 16 Nov 2017 08:29:51 +0000 (10:29 +0200)]
Merge pull request #714 from ccrisan/newMotion

Upgrade Docker image to newly released motion 4.1

7 years agoAlways use local Git checkout of motioneye instead of released one.
Marcus Klein [Wed, 15 Nov 2017 18:59:16 +0000 (19:59 +0100)]
Always use local Git checkout of motioneye instead of released one.

This makes us get the latest commits built into Docker images on
branches and released versions on the master branch.
Added the missing Raspberry Pi firmware files.

7 years agoupgrade Docker image to newly released motion 4.1
Marcus Klein [Wed, 15 Nov 2017 08:20:48 +0000 (09:20 +0100)]
upgrade Docker image to newly released motion 4.1

base armhf Docker image on Debian because we do not have motion for armhf for Ubuntu

7 years agoMerge pull request #644 from kleini/docker
Calin Crisan [Sun, 5 Nov 2017 19:45:28 +0000 (21:45 +0200)]
Merge pull request #644 from kleini/docker

Upgrade Docker image to newest Ubuntu

7 years agofixed wrong path in armhf Docker image after changing path in build
Marcus Klein [Sun, 5 Nov 2017 19:34:31 +0000 (20:34 +0100)]
fixed wrong path in armhf Docker image after changing path in build

7 years agoDockerfile for using motioneye from current Git checkout works.
Marcus Klein [Sun, 5 Nov 2017 19:02:11 +0000 (20:02 +0100)]
Dockerfile for using motioneye from current Git checkout works.

Need to move some path specifications around for this.

7 years agouse python-pil package instead of Pillow
Marcus Klein [Sun, 5 Nov 2017 17:07:09 +0000 (18:07 +0100)]
use python-pil package instead of Pillow

Pillow makes big problems with cross compiling for armhf image.

7 years agofixed motion 4.0.1 dependencies
Marcus Klein [Sun, 5 Nov 2017 13:36:53 +0000 (14:36 +0100)]
fixed motion 4.0.1 dependencies

7 years agouse newest ready to use compiled motion daemon
Marcus Klein [Sun, 5 Nov 2017 13:21:01 +0000 (14:21 +0100)]
use newest ready to use compiled motion daemon

7 years agoPillow needs zlib1g-dev for installation
Marcus Klein [Sun, 5 Nov 2017 11:30:06 +0000 (12:30 +0100)]
Pillow needs zlib1g-dev for installation

7 years agouse same procedure as with x86 build
Marcus Klein [Sun, 5 Nov 2017 11:14:12 +0000 (12:14 +0100)]
use same procedure as with x86 build

7 years agoTry Ubuntu Zesty for Raspberry Pi Docker image
Marcus Klein [Sun, 5 Nov 2017 10:41:44 +0000 (11:41 +0100)]
Try Ubuntu Zesty for Raspberry Pi Docker image

7 years agoDon't lose pull request #687.
Marcus Klein [Sun, 5 Nov 2017 09:28:12 +0000 (10:28 +0100)]
Don't lose pull request #687.

Take ownership of Docker image. Use latest Ubuntu.

7 years agotry to build amd64 and armhf Docker images
Marcus Klein [Fri, 1 Sep 2017 08:28:01 +0000 (10:28 +0200)]
try to build amd64 and armhf Docker images

7 years agowe need some information about used Docker
Marcus Klein [Thu, 31 Aug 2017 15:27:58 +0000 (17:27 +0200)]
we need some information about used Docker

7 years agopush build image to Docker Hub
Marcus Klein [Thu, 31 Aug 2017 14:34:52 +0000 (16:34 +0200)]
push build image to Docker Hub

7 years agotry to build using travis-ci.org
Marcus Klein [Thu, 31 Aug 2017 14:20:27 +0000 (16:20 +0200)]
try to build using travis-ci.org

7 years agoadded upstart script that can be used for Ubuntu 14.04 LTS
Marcus Klein [Mon, 28 Aug 2017 14:51:20 +0000 (16:51 +0200)]
added upstart script that can be used for Ubuntu 14.04 LTS

7 years agoremove tools needed only for installation after motioneye installation
Marcus Klein [Mon, 28 Aug 2017 12:59:52 +0000 (14:59 +0200)]
remove tools needed only for installation after motioneye installation

7 years agotry to expect that pillow is automatically installed as dependency
Marcus Klein [Mon, 28 Aug 2017 12:29:59 +0000 (14:29 +0200)]
try to expect that pillow is automatically installed as dependency

7 years agouse Ubuntu Zesty packages for tornado, jinja2 and pycurl
Marcus Klein [Mon, 28 Aug 2017 12:09:45 +0000 (14:09 +0200)]
use Ubuntu Zesty packages for tornado, jinja2 and pycurl

7 years agosomething requires lsb_release tool
Marcus Klein [Mon, 28 Aug 2017 12:00:26 +0000 (14:00 +0200)]
something requires lsb_release tool

7 years agouse motion 4.0 from Ubuntu Zesty
Marcus Klein [Mon, 28 Aug 2017 10:58:57 +0000 (12:58 +0200)]
use motion 4.0 from Ubuntu Zesty

python-setuptools is needed to install tornado
gcc, libcurl4-openssl-dev, libssl-dev, python-dev is needed for installing pycurl

7 years agoinstall python-wheel to solve bdist_wheel warnings
Marcus Klein [Mon, 28 Aug 2017 10:42:44 +0000 (12:42 +0200)]
install python-wheel to solve bdist_wheel warnings

7 years agoremoved environment settings
Marcus Klein [Fri, 25 Aug 2017 16:05:03 +0000 (18:05 +0200)]
removed environment settings

7 years agobase on newest Ubuntu release
Marcus Klein [Fri, 25 Aug 2017 15:56:59 +0000 (17:56 +0200)]
base on newest Ubuntu release

7 years agoFixed failure of wrong path for extra directory.
Marcus Klein [Fri, 25 Aug 2017 15:43:32 +0000 (17:43 +0200)]
Fixed failure of wrong path for extra directory.

Improved package installation to require less space in resulting image.

7 years agoMerge branch 'dev'
Calin Crisan [Tue, 31 Oct 2017 19:48:26 +0000 (21:48 +0200)]
Merge branch 'dev'

7 years agobump version to 0.38
Calin Crisan [Tue, 31 Oct 2017 19:47:40 +0000 (21:47 +0200)]
bump version to 0.38

7 years agodetect MMAL devices using vcgencmd
Calin Crisan [Tue, 31 Oct 2017 19:45:30 +0000 (21:45 +0200)]
detect MMAL devices using vcgencmd

7 years agoadd URL version to various static resources
Calin Crisan [Tue, 31 Oct 2017 15:41:44 +0000 (17:41 +0200)]
add URL version to various static resources

7 years agommal: use COMMON_RESOLUTIONS
Calin Crisan [Mon, 30 Oct 2017 20:46:33 +0000 (22:46 +0200)]
mmal: use COMMON_RESOLUTIONS

7 years agofix EOFError when listing media files
Calin Crisan [Sun, 29 Oct 2017 18:23:53 +0000 (20:23 +0200)]
fix EOFError when listing media files

7 years agommal: minor cosmetic changes
Calin Crisan [Sun, 29 Oct 2017 13:11:55 +0000 (15:11 +0200)]
mmal: minor cosmetic changes

7 years agoMerge pull request #631 from inodlite/mmalcam
Calin Crisan [Sun, 29 Oct 2017 12:37:22 +0000 (14:37 +0200)]
Merge pull request #631 from inodlite/mmalcam

Add support for local MMAL cameras

7 years agoMerge branch 'master' into dev
Calin Crisan [Tue, 10 Oct 2017 19:54:28 +0000 (22:54 +0300)]
Merge branch 'master' into dev

7 years agoMerge pull request #687 from magnulu/patch-1
Calin Crisan [Tue, 10 Oct 2017 06:58:48 +0000 (09:58 +0300)]
Merge pull request #687 from magnulu/patch-1

Add curl to Dockerfile

7 years agoUpdate Dockerfile
magnulu [Mon, 9 Oct 2017 21:15:38 +0000 (23:15 +0200)]
Update Dockerfile

added installation of curl, as my motion log file threw errors about not finding curl when taking a manual snapshot.

7 years agoMerge pull request #683 from ccrisan/rpi-omx
Calin Crisan [Mon, 2 Oct 2017 20:08:05 +0000 (23:08 +0300)]
Merge pull request #683 from ccrisan/rpi-omx

RPi hH264 OpenMax Support

7 years agoenable text_double for resolutions above 640
Calin Crisan [Sun, 1 Oct 2017 18:12:40 +0000 (21:12 +0300)]
enable text_double for resolutions above 640

7 years agobump version to 0.37.1
Calin Crisan [Sat, 9 Sep 2017 19:53:03 +0000 (22:53 +0300)]
bump version to 0.37.1

7 years agoframerate dimmer can now be set to 0 (again) and it will refresh once
Calin Crisan [Sat, 9 Sep 2017 19:49:36 +0000 (22:49 +0300)]
framerate dimmer can now be set to 0 (again) and it will refresh once

7 years agostreaming framerate is now automatically set to device framerate + 5fps
Calin Crisan [Sat, 9 Sep 2017 19:37:33 +0000 (22:37 +0300)]
streaming framerate is now automatically set to device framerate + 5fps

7 years agostore normal password in plain text
Calin Crisan [Thu, 7 Sep 2017 19:32:21 +0000 (22:32 +0300)]
store normal password in plain text

Unfortunately we must store the surveillance (normal) password in plain
text. The reason is that we need it afterwards when we build the camera
config, to properly set a username:password for the streaming auth.

7 years agofix authentication issue with remote motionEye cameras
Calin Crisan [Sat, 2 Sep 2017 18:51:08 +0000 (21:51 +0300)]
fix authentication issue with remote motionEye cameras

7 years agofind_ffmpeg() now correctly returns codecs with their encoders/decoders
Calin Crisan [Mon, 28 Aug 2017 17:29:00 +0000 (20:29 +0300)]
find_ffmpeg() now correctly returns codecs with their encoders/decoders

7 years agoadd support for RPi OMX hw accel codec
Calin Crisan [Sun, 27 Aug 2017 14:06:40 +0000 (17:06 +0300)]
add support for RPi OMX hw accel codec

7 years agoadmin password: remove the reboot attribute from main.html
Calin Crisan [Sun, 27 Aug 2017 09:33:59 +0000 (12:33 +0300)]
admin password: remove the reboot attribute from main.html

7 years agoMerge branch 'improved-auth' into dev
Calin Crisan [Sun, 27 Aug 2017 09:24:53 +0000 (12:24 +0300)]
Merge branch 'improved-auth' into dev

7 years agono more reboots/restarts when the admin password changes
Calin Crisan [Sun, 27 Aug 2017 09:22:58 +0000 (12:22 +0300)]
no more reboots/restarts when the admin password changes

7 years agobump version to 0.37
Calin Crisan [Sat, 26 Aug 2017 13:30:01 +0000 (16:30 +0300)]
bump version to 0.37

7 years agoimprove email picture attachments lookup
Calin Crisan [Sat, 26 Aug 2017 13:22:33 +0000 (16:22 +0300)]
improve email picture attachments lookup

Improves the media file search by narrowing down the search path to that
corresponding to the day of the event. This is possible only when the
still images filename pattern starts with ""%Y-%m-%d/", which is true
by default.

7 years agoAdd initial support for local MMAL cameras
inodlite [Sat, 19 Aug 2017 06:57:48 +0000 (23:57 -0700)]
Add initial support for local MMAL cameras

7 years agobump version to 0.37rc1
Calin Crisan [Sat, 5 Aug 2017 20:09:39 +0000 (23:09 +0300)]
bump version to 0.37rc1

7 years agohide snapshot button when still images are completely disabled
Calin Crisan [Sat, 5 Aug 2017 20:03:46 +0000 (23:03 +0300)]
hide snapshot button when still images are completely disabled

7 years agoMerge pull request #616 from ccrisan/manual-snapshot-record
Calin Crisan [Sat, 5 Aug 2017 20:00:23 +0000 (23:00 +0300)]
Merge pull request #616 from ccrisan/manual-snapshot-record

Manual Snapshot Support

7 years agostill images: add "motion-triggered (one picture)" capture mode
Calin Crisan [Sat, 5 Aug 2017 19:50:21 +0000 (22:50 +0300)]
still images: add "motion-triggered (one picture)" capture mode

7 years agostill images: add "manual" capture mode
Calin Crisan [Sat, 5 Aug 2017 19:39:00 +0000 (22:39 +0300)]
still images: add "manual" capture mode

7 years agoimplement manual snapshot button
Calin Crisan [Sat, 5 Aug 2017 19:26:43 +0000 (22:26 +0300)]
implement manual snapshot button

7 years agoalways set the snapshot_filename option
Calin Crisan [Sat, 5 Aug 2017 17:33:40 +0000 (20:33 +0300)]
always set the snapshot_filename option

7 years agoon_event_end post-merge minor fixes
Calin Crisan [Sat, 5 Aug 2017 16:50:28 +0000 (19:50 +0300)]
on_event_end post-merge minor fixes

7 years agoMerge branch 'jcsilva-event_end' into dev
Calin Crisan [Sat, 5 Aug 2017 16:35:00 +0000 (19:35 +0300)]
Merge branch 'jcsilva-event_end' into dev

7 years agoMerge branch 'event_end' of https://github.com/jcsilva/motioneye into jcsilva-event_end
Calin Crisan [Sat, 5 Aug 2017 16:34:39 +0000 (19:34 +0300)]
Merge branch 'event_end' of https://github.com/jcsilva/motioneye into jcsilva-event_end

7 years agowifictl: add support for hex psk
Calin Crisan [Sat, 5 Aug 2017 16:23:15 +0000 (19:23 +0300)]
wifictl: add support for hex psk

7 years agosmbctl: compare all mount details as lowercase strings
Calin Crisan [Sat, 5 Aug 2017 15:12:43 +0000 (18:12 +0300)]
smbctl: compare all mount details as lowercase strings

7 years agoMerge pull request #615 from ccrisan/improved-auth
Calin Crisan [Sat, 5 Aug 2017 14:30:41 +0000 (17:30 +0300)]
Merge pull request #615 from ccrisan/improved-auth

Improved Authentication

7 years agoadd support for HTTP basic auth
Calin Crisan [Sat, 5 Aug 2017 14:17:15 +0000 (17:17 +0300)]
add support for HTTP basic auth

7 years agoadd support for password hook external program
Calin Crisan [Sat, 5 Aug 2017 12:40:40 +0000 (15:40 +0300)]
add support for password hook external program

7 years agostore passwords as hashes rather than in plain text
Calin Crisan [Sat, 5 Aug 2017 10:57:39 +0000 (13:57 +0300)]
store passwords as hashes rather than in plain text

7 years agoMerge pull request #614 from ccrisan/code-cleanups
Calin Crisan [Sat, 5 Aug 2017 10:00:33 +0000 (13:00 +0300)]
Merge pull request #614 from ccrisan/code-cleanups

Code Cleanups

7 years agoa few PEP8 code cleanups
Calin Crisan [Sat, 5 Aug 2017 09:55:52 +0000 (12:55 +0300)]
a few PEP8 code cleanups

7 years agoMerge pull request #593 from lucabelluccini/feature/support-armv7-docker
Calin Crisan [Thu, 20 Jul 2017 08:25:35 +0000 (11:25 +0300)]
Merge pull request #593 from lucabelluccini/feature/support-armv7-docker

Support armv7 (tested on Odroid X with ALARM Arch Linux)

7 years agoSupport armv7 (tested on Odroid X with AlARM Arch Linux)
Luca Belluccini [Fri, 7 Jul 2017 21:59:04 +0000 (21:59 +0000)]
Support armv7 (tested on Odroid X with AlARM Arch Linux)

7 years agofix sftp upload service test error handling
Calin Crisan [Fri, 7 Jul 2017 15:44:49 +0000 (18:44 +0300)]
fix sftp upload service test error handling

7 years agoMerge pull request #571 from kurd/master
Calin Crisan [Thu, 6 Jul 2017 19:27:37 +0000 (22:27 +0300)]
Merge pull request #571 from kurd/master

Add support for uploading media files using SFTP

7 years agobump version to 0.36.1
Calin Crisan [Thu, 6 Jul 2017 18:09:14 +0000 (21:09 +0300)]
bump version to 0.36.1