node-mjpeg-server icon indicating copy to clipboard operation
node-mjpeg-server copied to clipboard

Serve multiple jpgs as an mjpeg stream

Results 1 node-mjpeg-server issues
Sort by recently updated
recently updated
newest added

I know this implements a `Writable`, but I was mistakenly using it as `fs.createReadStream("img.jpg").pipe(mjpegStream, {end: false})`, which doesn't work, since it needs to send the full size of the file...