Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | Don't use agent for mjpeg streamsHEADmaster | Christian Franke | |
2014-01-21 | Modify code for usage with mjpegplexer | Christian 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-15 | Fixing an issue with some cameras | Georges-Etienne Legendre | |
2013-06-28 | Prepare next release | Georges-Etienne Legendre | |
2013-06-28 | Fixing a issue with response socket being null, now using the request socket ↵ | Georges-Etienne Legendre | |
for close event watching | |||
2013-06-28 | Module dependency must be local | Georges-Etienne Legendre | |
2013-06-28 | Merge branch 'patch-1' of https://github.com/bignerd95/node-mjpeg-proxy into ↵ | Georges-Etienne Legendre | |
bignerd95-patch-1 | |||
2013-06-28 | Merge branch 'master' of github.com:legege/node-mjpeg-proxy | Georges-Etienne Legendre | |
2013-06-28 | Adjusting log level | Georges-Etienne Legendre | |
2013-06-28 | Adjusting example | bignerd95 | |
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-27 | Merge pull request #1 from bignerd95/master | Georges-Etienne Legendre | |
Remove double quotes from boundary | |||
2013-06-26 | Remove char " (double quotes) from boundary | bignerd95 | |
On safari iphone and mac the stream freezes if in boundary value are present " (double quotes) chars | |||
2013-02-04 | Adjusting license | Georges-Etienne Legendre | |
2013-02-04 | A module version of this application, with express.js | Georges-Etienne Legendre | |
2010-10-17 | - Added Chris Chua for credits on this project | Philippe Rene | |
2010-10-18 | Newlines in the README. | Chris Chua | |
2010-10-18 | Some documentation. | Chris Chua | |
2010-10-18 | Simple options available now. | Chris Chua | |
Documentation later. | |||
2010-10-18 | Initial 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-07 | Added core of the mjpeg proxy, need to be reworked on this is just a working ↵ | Philippe Rene | |
prototype | |||
2010-09-06 | Updated REAME, testing git | Philippe Rene | |
2010-09-06 | Dude where is my car | Philippe Rene | |
2010-09-06 | first commit | Philippe Rene | |