Comparing version 0.0.15 to 0.0.16
@@ -54,2 +54,5 @@ "use strict"; | ||
RtspServer.prototype.disconnectHandler = function() { | ||
// keep in mind 'this' is bound to an object that looks like { self: this, socket: socket } | ||
// (see above) | ||
if (this.socket === this.self.clientConnected) { | ||
@@ -56,0 +59,0 @@ |
@@ -72,6 +72,2 @@ "use strict"; | ||
rtspServer.clientConnected = res.socket; | ||
rtspServer.outputStream = new stream.PassThrough(); | ||
rtspServer.external.emit('clientConnected', rtspServer.outputStream); | ||
var sdp = tools.parseSdp(req.content.toString()); | ||
@@ -101,2 +97,6 @@ | ||
rtspServer.clientConnected = res.socket; | ||
rtspServer.outputStream = new stream.PassThrough(); | ||
rtspServer.external.emit('clientConnected', rtspServer.outputStream); | ||
res.send(); | ||
@@ -103,0 +103,0 @@ }; |
{ | ||
"name": "nodetunes", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"author": "Stephen Wan <stephen@stephenwan.net>", | ||
@@ -5,0 +5,0 @@ "description": "AirTunes v2 Music Server", |
@@ -18,3 +18,3 @@ NodeTunes | ||
##### 0.0.15 | ||
##### 0.0.16 | ||
- Added support for fetching human-readable client name | ||
@@ -21,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33481
756