Webcam Grabber
This is a simple npm module for grabbing input from a MediaSrouce Extensions stream. webcam. It's essentially a very lightweight convenience wrrapper around hls.js, so you may want to look there for more info.
Usage
var mseStreamGrabber = ;var src = 'http://www.streambox.fr/playlists/test_001/stream.m3u8';var video = ; documentbody; { iferr throw err; v;};
Example
To run the included example:
npm installnpm run example
The example uses the budo development server to run.