Node.JS Low Latency Rapsberry PI Camera Streaming via HTTP and VLC
Here is a short code snippet for relatively low latency video streaming using a Raspberry PI camera via the HTTP protocol, and viewing it in VLC. This post is inspired by a ‘netcat‘ approach found here.
Code for creating an HTTP Video Server:
var spawn = require('child_process'