Echo JS 0.11.0

<~>
eterps 3573 days ago. link 1 point
I've had some luck using MJPEG streaming with a Raspberry Pi camera. https://github.com/jacksonliam/mjpg-streamer

The feed was pretty choppy, but I'm not sure if it was due to the encoding software, or the slowness of the Pi.

The project seems to be tailored to the Pi camera, but it's based on this project: http://sourceforge.net/projects/mjpg-streamer/

There are a few packages on npm (mjpeg-proxy, mjpeg-consumer) that may be useful, but not sure as I haven't used them personally.  Good luck, and thanks for starting this thread!

Replies