Skip to content

Commit

Permalink
changed project name from mstream to mtrude
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ly committed Oct 24, 2011
1 parent 0faca98 commit d72b343
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions lib/mtrude.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
exports.IncomingBuffers = require('./IncomingBuffers');
exports.OutgoingTools = require('./OutgoingTools');
exports.rtmp = {};
exports.rtmp.ChunkStream = require('./rtmp/ChunkStream');

2 changes: 1 addition & 1 deletion lib/rtmp/ChunkStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function dbg() { if (ChunkStream.DBG) console.log.apply(console, arguments) }
* protocol control message 1, Set Chunk Size (RTMCSP 7.1) is not implemented
* here. This layer and the next layer (RTMP MessageStream) are tightly
* coupled: MessageStream must set chunk size or mis-synchronization occurs.
* Therefore this layer is an internal implementation detail of mstream.
* Therefore this layer is an internal implementation detail of mtrude.
*
* ChunkStream emits these events:
* 'error': function(exception) {}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "mstream"
, "description": "A layered media streaming server"
"name": "mtrude"
, "description": "Media extruding on node.js"
, "keywords": [ "streaming", "server", "media", "rtmp"]
, "author": "Daniel Ly <daniel.ly@lively5.ch> (http://lively5.ch)"
, "version": "0.0.0"
, "main": "lib/mstream.js"
, "repository": { "type": "git", "url": "git://github.com/nalply/mstream.git" }
, "main": "lib/mtrude.js"
, "repository": { "type": "git", "url": "git://github.com/nalply/mtrude.git" }
, "dependencies": {
"color": "0.4.1"
}
Expand Down

0 comments on commit d72b343

Please sign in to comment.