Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
projects:internetofthings:shinobi [2018/01/12 18:55] – scipio | projects:internetofthings:shinobi [2018/04/03 13:19] (current) – [Motion destection] scipio | ||
---|---|---|---|
Line 19: | Line 19: | ||
cd shinobi | cd shinobi | ||
npm i | npm i | ||
+ | |||
+ | # install static ffmpeg | ||
+ | npm install ffmpeg-static | ||
</ | </ | ||
Line 26: | Line 29: | ||
mysql < sql/ | mysql < sql/ | ||
mysql ccio < sql/ | mysql ccio < sql/ | ||
- | mysql ccio < sql/ | + | # mysql ccio < sql/ |
</ | </ | ||
Line 38: | Line 41: | ||
< | < | ||
pm2 start camera.js | pm2 start camera.js | ||
- | pm2 start cron.js | + | # pm2 start cron.js |
</ | </ | ||
Line 58: | Line 61: | ||
* stream type: MJPEG | * stream type: MJPEG | ||
- | ===== Motion | + | ===== Motion |
< | < |