summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-18Don't use agent for mjpeg streamsHEADmasterChristian Franke
2014-01-21Modify code for usage with mjpegplexerChristian Franke
* Handle loss of webcam stream more gracefully * Stays always connected for ease of control flow * Allow to blank out image with stills
2014-01-15Fixing an issue with some camerasGeorges-Etienne Legendre
2013-06-28Prepare next releaseGeorges-Etienne Legendre
2013-06-28Fixing a issue with response socket being null, now using the request socket ↵Georges-Etienne Legendre
for close event watching
2013-06-28Module dependency must be localGeorges-Etienne Legendre
2013-06-28Merge branch 'patch-1' of https://github.com/bignerd95/node-mjpeg-proxy into ↵Georges-Etienne Legendre
bignerd95-patch-1
2013-06-28Merge branch 'master' of github.com:legege/node-mjpeg-proxyGeorges-Etienne Legendre
2013-06-28Adjusting log levelGeorges-Etienne Legendre
2013-06-28Adjusting examplebignerd95
app.get('/', function(req, res) { res.render('index.html'); }); is not needed because app.use(express.static(__dirname + '/public')); allow reading any file from /public folder
2013-06-27Merge pull request #1 from bignerd95/masterGeorges-Etienne Legendre
Remove double quotes from boundary
2013-06-26Remove char " (double quotes) from boundarybignerd95
On safari iphone and mac the stream freezes if in boundary value are present " (double quotes) chars
2013-02-04Adjusting licenseGeorges-Etienne Legendre
2013-02-04A module version of this application, with express.jsGeorges-Etienne Legendre
2010-10-17- Added Chris Chua for credits on this projectPhilippe Rene
2010-10-18Newlines in the README.Chris Chua
2010-10-18Some documentation.Chris Chua
2010-10-18Simple options available now.Chris Chua
Documentation later.
2010-10-18Initial code clean-up.Chris Chua
* Added send source's headers to match simply boundary exactly. * Make use of a feed url variable (make it modular and editable later) * Clean up clients that have disconnected.
2010-09-07Added core of the mjpeg proxy, need to be reworked on this is just a working ↵Philippe Rene
prototype
2010-09-06Updated REAME, testing gitPhilippe Rene
2010-09-06Dude where is my carPhilippe Rene
2010-09-06first commitPhilippe Rene