Skip to content

Instantly share code, notes, and snippets.

@hackingman
hackingman / get_mfc_video_url.js
Created June 20, 2017 19:25
myfreecams livestreamer URL generator
"use strict";
// ATTENTION! Requires `npm install websocket` to run
var url = require("url"),
http = require("http"),
WebSocketClient = require("websocket").client;
function usage()
{