1.4.1 • Published 7 years ago

remote-video v1.4.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Remote Video

Remote video utils with Javascript. Capture video with video4linux from webcam, encode to webm with ffmpeg, stream to stream-m.

Features:

  • 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

Operate

yarn node app.js

FAQ

tbd

Contribute (developers)

$ git clone https://github.com/geco/remote-video.git

About

I use these utils to remotely view my usb webcam.

License

MIT © 2016 Credits to https://github.com/sahat/hackathon-starter for boilerplate of web control server.