I\'m trying to set up a web server that will support streaming video to an HTML5 video tag using node.js. Here\'s my code so far:
var range = request.header
I know this is a really old question, but as Google seems to like it I thought it would be worth pointing out that I wrote a Node.js video streaming module (Github, or via NPM) that's hopefully worth a look too.