Implement micro-httpd for providing webcontrol and streams 1. Add tls support for webcontrol and streams. aka ssl/tls, https 2. Add functionality to provide streams on single port 3. Add functionality for additional authentication methods of webcontrol. 4. Add functionality for providing static images 5. Update documentation for new functionality. 6. Resolve issue with stream_preview_newline 7. Add functionality for specifying camera in webcontrol and streams via camera_id 8. Depreciated functionality to specify substream via port 9. Add functionality to specify substream via a URL 10. Revise `quit` to only be available via text (programmatic) interface 11. Added functionality for CORS header on webcontrol interface Closes #526 Closes #661 Closes #709 Closes #737 Closes #750
Motion
Status
The build status from travis-ci for the master branch is:
Description
Motion is a program that monitors the video signal from one or more cameras and is able to detect if a significant part of the picture has changed. Or in other words, it can detect motion.
Documentation
The documentation for Motion is contained within the file motion_guide.html.
The offline version of this file is available in the doc/motion directory. The online version of the motion_guide.html file can be viewed here
In addition to the detailed building instructions included within the guide, the INSTALL file contains abbreviated building instructions.
Resources
Please join the mailing list here
We prefer support through the mailing list because more people will have the benefit from the answers. A archive of mailing list discussions can be viewed here
License
Motion is mainly distributed under the GNU GENERAL PUBLIC LICENSE (GPL) version 2 or later. See the copyright file for a list of all the licensing terms of the various components of Motion.
The file CREDITS lists the many people who have contributed to Motion over the years.
Contributing
Issues and Patches should be submitted via github and include detail descriptions of the issue being addressed as well as any documentation updates that would be needed with the change.