Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |