Echo JS 0.11.0

<~>
talyssonoc 3591 days ago.
I've been trying it using jsmpeg (https://github.com/phoboslab/jsmpeg) with WS and Socket.io, and it's not that hard, but it kinda consume too much processing power, has somebody tried it and had a good experience?

eterps 3591 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!