Create a video stream from an image
- by skerit
I have a network camera that is only able to give me an image, not a video stream.
In my home network this image is at http://192.168.1.16/loginfree.jpg
I'm able to get this image a few times per second.
I would now like to be able to serve it up as a video stream so I can use it in zoneminder.
Any idea as to how I do that?
I've messed around with named pipes and ffmpeg's image2pipe, but I can't get it to work properly.