kyriesent / node-rtsp-stream

Stream any RTSP stream and output to websocket for consumption by jsmpeg (https://github.com/phoboslab/jsmpeg). HTML5 streaming video! Requires ffmpeg.
MIT License
451 stars 166 forks source link

Capture #15

Closed abdkaviani closed 5 years ago

abdkaviani commented 5 years ago

Hi again

Now, I'm monitoring DVR camera by your project through web. It's Perfect I have a question. Can I capture from stream video and save it as jpg, for example every 1 min?

Thanks a lot

kyriesent commented 5 years ago

You can't do that with this library. I'm not sure what would be the best way to do it. I would look into ffmpeg and/or imagemagick. Both of them have support for converting videos into other formats, and I'm pretty sure at least one of them will be able to do what you're looking for.