This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:internetofthings:shinobi [2018/01/12 19:12] – [Install] 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 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 |
| < | < | ||