Skip to content

Instantly share code, notes, and snippets.

View itsravenous's full-sized avatar
🐧

Tom Jardine-McNamara itsravenous

🐧
View GitHub Profile
@itsravenous
itsravenous / package.json
Created May 8, 2017 16:33
Stream live web cam video using Node.js and Gstreamer
{
"name": "streamingtest",
"version": "0.0.1",
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"express": "2.5.x",
"coffee-script": "1.2.x"
},