Skip to content

Instantly share code, notes, and snippets.

@soulcyon
Created January 9, 2013 17:32
Show Gist options
  • Save soulcyon/4495095 to your computer and use it in GitHub Desktop.
Save soulcyon/4495095 to your computer and use it in GitHub Desktop.
var http = require("http"),
vs = require("vid-streamer");
http.createServer(vs.settings({
rootFolder: "/path/to/videos/folder/",
rootPath: ""
})).listen(3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment