Skip to content

Instantly share code, notes, and snippets.

View mohammadsaleh's full-sized avatar

mohammad saleh sayari mohammadsaleh

View GitHub Profile
/*
* Inspired by: http://stackoverflow.com/questions/4360060/video-streaming-with-html-5-via-node-js
*/
var http = require('http'),
fs = require('fs'),
util = require('util');
http.createServer(function (req, res) {
var path = 'video.mp4';