This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Get FFMpeg working on heroku by building binaries using vulcan | |
| # also added instructions on how to compile with libmp3lame and libx264 | |
| gem install vulcan | |
| vulcan create [foo] | |
| #clone the app vulcan just created | |
| git clone git@heroku.com:[foo].git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! Socket.IO.js build:0.9.6, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */ | |
| /** | |
| * Originally Ported to titanium by Jordi Domenech <jordi@iamyellow.net> | |
| * source: https://github.com/iamyellow/socket.io-client | |
| */ | |
| this.io = {}; | |
| module.exports = this.io; | |
| /** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! Socket.IO.js build:0.9.6, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */ | |
| /** | |
| * Originally Ported to titanium by Jordi Domenech <jordi@iamyellow.net> | |
| * source: https://github.com/iamyellow/socket.io-client | |
| */ | |
| this.io = {}; | |
| module.exports = this.io; | |
| /** |