https://github.com/flyte/docker-motion-mqtt
Motion CCTV tracking software, plus mosquitto-clients installed.
https://github.com/flyte/docker-motion-mqtt
Last synced: 5 months ago
JSON representation
Motion CCTV tracking software, plus mosquitto-clients installed.
- Host: GitHub
- URL: https://github.com/flyte/docker-motion-mqtt
- Owner: flyte
- Created: 2017-08-01T17:42:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T10:11:24.000Z (about 8 years ago)
- Last Synced: 2025-08-13T01:29:17.451Z (11 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker Motion MQTT
==================
Allows for publishing to MQTT when motion is detected using the following config values:
```
on_event_start mosquitto_pub -h test.mosquitto.org -u yourusername -P yourpassword -t "cam/office/motion" -m "on"
on_event_end mosquitto_pub -h test.mosquitto.org -u yourusername -P yourpassword -t "cam/office/motion" -m "off"
```
Recommended config values:
```
event_gap 5
output_pictures off
ffmpeg_output_movies off
```