Remote video utils with Javascript. Capture video with video4linux from webcam, encode to webm with ffmpeg, stream to stream-m.
- capture
- webcam
- webm
- range streaming
- ffmpeg
- motion detection with email notify
- webcam audio capture via ffmpeg, pipe to node.js, convert to mp3 with lame and stream to browser
- script to control motion detection status
yarn node app.js
tbd
$ git clone https://github.com/geco/remote-video.git
I use these utils to remotely view my usb webcam.
MIT © 2016
Credits to https://github.com/sahat/hackathon-starter for boilerplate of web control server.